Class CfnDataSource.RedshiftCredentialConfigurationProperty
The details of the credentials required to access an Amazon Redshift cluster.
Inheritance
Namespace: Amazon.CDK.AwsDatazone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RedshiftCredentialConfigurationProperty : Object, CfnDataSource.IRedshiftCredentialConfigurationProperty
Syntax (vb)
Public Class RedshiftCredentialConfigurationProperty
Inherits Object
Implements 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
Constructors
Redshift |
Properties
Secret |
The ARN of a secret manager for an Amazon Redshift cluster. |
Constructors
RedshiftCredentialConfigurationProperty()
public RedshiftCredentialConfigurationProperty()
Properties
SecretManagerArn
The ARN of a secret manager for an Amazon Redshift cluster.
public string SecretManagerArn { get; set; }
Property Value
System.