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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.RedshiftCredentialConfigurationProperty
static final class
An implementation forCfnDataSource.RedshiftCredentialConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of a secret manager for an Amazon Redshift cluster.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
-