Class CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty
The details of the credentials required to access an Amazon Redshift cluster.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DataZone
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty : CfnDataSourcePropsMixin.IRedshiftCredentialConfigurationProperty
Syntax (vb)
Public Class CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty Implements CfnDataSourcePropsMixin.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.CfnPropertyMixins.AWS.DataZone;
var redshiftCredentialConfigurationProperty = new RedshiftCredentialConfigurationProperty {
SecretManagerArn = "secretManagerArn"
};
Synopsis
Constructors
| RedshiftCredentialConfigurationProperty() | The details of the credentials required to access an Amazon Redshift cluster. |
Properties
| SecretManagerArn | The ARN of a secret manager for an Amazon Redshift cluster. |
Constructors
RedshiftCredentialConfigurationProperty()
The details of the credentials required to access an Amazon Redshift cluster.
public RedshiftCredentialConfigurationProperty()
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.CfnPropertyMixins.AWS.DataZone;
var redshiftCredentialConfigurationProperty = new RedshiftCredentialConfigurationProperty {
SecretManagerArn = "secretManagerArn"
};
Properties
SecretManagerArn
The ARN of a secret manager for an Amazon Redshift cluster.
public string? SecretManagerArn { get; set; }