Show / Hide Table of Contents

Class CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty

The details of the credentials required to access an Amazon Redshift cluster.

Inheritance
object
CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty
Implements
CfnDataSourcePropsMixin.IRedshiftCredentialConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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

string

Remarks

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

Implements

CfnDataSourcePropsMixin.IRedshiftCredentialConfigurationProperty
Back to top Generated by DocFX