This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DataZone::Connection RedshiftPropertiesInput
The Amazon Redshift properties.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Credentials" :RedshiftCredentials, "DatabaseName" :String, "Host" :String, "LineageSync" :RedshiftLineageSyncConfigurationInput, "Port" :Number, "Storage" :RedshiftStorageProperties}
YAML
Credentials:RedshiftCredentialsDatabaseName:StringHost:StringLineageSync:RedshiftLineageSyncConfigurationInputPort:NumberStorage:RedshiftStorageProperties
Properties
- Credentials
- 
                    The Amaon Redshift credentials. Required: No Type: RedshiftCredentials Update requires: No interruption 
- DatabaseName
- 
                    The Amazon Redshift database name. Required: No Type: String Pattern: ^[a-z0-9_-]+$Minimum: 1Maximum: 64Update requires: No interruption 
- Host
- 
                    The Amazon Redshift host. Required: No Type: String Pattern: ^[\S]*$Maximum: 256Update requires: No interruption 
- LineageSync
- 
                    The lineage sync of the Amazon Redshift. Required: No Type: RedshiftLineageSyncConfigurationInput Update requires: No interruption 
- Port
- 
                    The Amaon Redshift port. Required: No Type: Number Minimum: 0Maximum: 65535Update requires: No interruption 
- Storage
- 
                    The Amazon Redshift storage. Required: No Type: RedshiftStorageProperties Update requires: No interruption