Interface CfnDataSource.IRedshiftCredentialConfigurationProperty
The details of the credentials required to access an Amazon Redshift cluster.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IRedshiftCredentialConfigurationProperty
Syntax (vb)
Public Interface CfnDataSource.IRedshiftCredentialConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var redshiftCredentialConfigurationProperty = new RedshiftCredentialConfigurationProperty {
SecretManagerArn = "secretManagerArn"
};
Synopsis
Properties
| SecretManagerArn | The ARN of a secret manager for an Amazon Redshift cluster. |
Properties
SecretManagerArn
The ARN of a secret manager for an Amazon Redshift cluster.
string SecretManagerArn { get; }