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::DataSource RedshiftStorage
The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "RedshiftClusterSource" :
RedshiftClusterStorage
, "RedshiftServerlessSource" :RedshiftServerlessStorage
}
YAML
RedshiftClusterSource:
RedshiftClusterStorage
RedshiftServerlessSource:RedshiftServerlessStorage
Properties
RedshiftClusterSource
-
The details of the Amazon Redshift cluster source.
Required: No
Type: RedshiftClusterStorage
Update requires: No interruption
RedshiftServerlessSource
-
The details of the Amazon Redshift Serverless workgroup source.
Required: No
Type: RedshiftServerlessStorage
Update requires: No interruption