Interface QuicksightDataSourceCredentials
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
QuicksightDataSourceCredentials.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.542Z") @Stability(Stable) public interface QuicksightDataSourceCredentials extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQuicksightDataSourceCredentials.BuilderA builder forQuicksightDataSourceCredentialsstatic classQuicksightDataSourceCredentials.Jsii$ProxyAn implementation forQuicksightDataSourceCredentials
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static QuicksightDataSourceCredentials.Builderbuilder()default StringgetCopySourceArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#copy_source_arn QuicksightDataSource#copy_source_arn}.default QuicksightDataSourceCredentialsCredentialPairgetCredentialPair()credential_pair block.
-
-
-
Method Detail
-
getCopySourceArn
@Stability(Stable) @Nullable default String getCopySourceArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#copy_source_arn QuicksightDataSource#copy_source_arn}.
-
getCredentialPair
@Stability(Stable) @Nullable default QuicksightDataSourceCredentialsCredentialPair getCredentialPair()
credential_pair block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#credential_pair QuicksightDataSource#credential_pair}
-
builder
@Stability(Stable) static QuicksightDataSourceCredentials.Builder builder()
-
-