Interface CfnDataSource.RedshiftCredentialConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSource.RedshiftCredentialConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDataSource

@Stability(Stable) public static interface CfnDataSource.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.services.datazone.*;
 RedshiftCredentialConfigurationProperty redshiftCredentialConfigurationProperty = RedshiftCredentialConfigurationProperty.builder()
         .secretManagerArn("secretManagerArn")
         .build();
 

See Also: