AWS::DataZone::DataSource RedshiftCredentialConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::DataZone::DataSource RedshiftCredentialConfiguration

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "SecretManagerArn" : String }

YAML

SecretManagerArn: String

Properties

SecretManagerArn

The ARN of a secret manager for an Amazon Redshift cluster.

Required: Yes

Type: String

Pattern: ^arn:aws[^:]*:secretsmanager:[a-z]{2}-?(iso|gov)?-{1}[a-z]*-{1}[0-9]:\d{12}:secret:.*$

Maximum: 256

Update requires: No interruption