Interface CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataSourcePropsMixin
@Stability(Stable)
public static interface CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The details of the credentials required to access an Amazon Redshift cluster.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
RedshiftCredentialConfigurationProperty redshiftCredentialConfigurationProperty = RedshiftCredentialConfigurationProperty.builder()
.secretManagerArn("secretManagerArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSecretManagerArn
The ARN of a secret manager for an Amazon Redshift cluster.- See Also:
-
builder
@Stability(Stable) static CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty.Builder builder()
-