Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-redshiftcredentialconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-redshiftcredentialconfiguration.html#cfn-datazone-datasource-redshiftcredentialconfiguration-secretmanagerarn

Back to top Generated by DocFX