This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::DataZone::Connection RedshiftPropertiesInput
The RedshiftPropertiesInput property type specifies Property description not available. for an AWS::DataZone::Connection.
Syntax
To declare this entity in your Amazon 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
CredentialsProperty description not available.
Required: No
Type: RedshiftCredentials
Update requires: No interruption
DatabaseNameProperty description not available.
Required: No
Type: String
Pattern:
^[a-z0-9_-]+$Minimum:
1Maximum:
64Update requires: No interruption
HostProperty description not available.
Required: No
Type: String
Pattern:
^[\S]*$Maximum:
256Update requires: No interruption
LineageSyncProperty description not available.
Required: No
Type: RedshiftLineageSyncConfigurationInput
Update requires: No interruption
PortProperty description not available.
Required: No
Type: Number
Minimum:
0Maximum:
65535Update requires: No interruption
StorageProperty description not available.
Required: No
Type: RedshiftStorageProperties
Update requires: No interruption