Interface QuicksightDataSourceCredentialsCredentialPair
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
QuicksightDataSourceCredentialsCredentialPair.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.542Z") @Stability(Stable) public interface QuicksightDataSourceCredentialsCredentialPair extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQuicksightDataSourceCredentialsCredentialPair.BuilderA builder forQuicksightDataSourceCredentialsCredentialPairstatic classQuicksightDataSourceCredentialsCredentialPair.Jsii$ProxyAn implementation forQuicksightDataSourceCredentialsCredentialPair
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static QuicksightDataSourceCredentialsCredentialPair.Builderbuilder()StringgetPassword()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#password QuicksightDataSource#password}.StringgetUsername()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#username QuicksightDataSource#username}.
-
-
-
Method Detail
-
getPassword
@Stability(Stable) @NotNull String getPassword()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#password QuicksightDataSource#password}.
-
getUsername
@Stability(Stable) @NotNull String getUsername()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#username QuicksightDataSource#username}.
-
builder
@Stability(Stable) static QuicksightDataSourceCredentialsCredentialPair.Builder builder()
-
-