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