How to create AWS QuickSight Data Source with AWS CloudFormation
Here is an example CloudFormation template for creating a QuickSight data source with a Redshift input parameter: AWSTemplateFormatVersion: '2010-09-09' Parameters: DataSourceId: Type: String RedshiftClusterId: ...
Continue reading