AWS Amazon QuickSight Group
This page shows how to write Terraform and CloudFormation for Amazon QuickSight Group and write them securely.
aws_quicksight_group (Terraform)
The Group in Amazon QuickSight can be configured in Terraform with the resource name aws_quicksight_group
. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
arn
optional computed - string -
aws_account_id
optional computed - string -
description
optional - string -
group_name
required - string -
id
optional computed - string -
namespace
optional - string
Explanation in Terraform Registry
Resource for managing QuickSight Group
AWS::QuickSight::DataSource (CloudFormation)
The DataSource in QuickSight can be configured in CloudFormation with the resource name AWS::QuickSight::DataSource
. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
AlternateDataSourceParameters
optional - List of DataSourceParameters -
AwsAccountId
optional - String -
Credentials
optional - DataSourceCredentials -
DataSourceId
optional - String -
DataSourceParameters
optional - DataSourceParameters -
ErrorInfo
optional - DataSourceErrorInfo -
Name
optional - String -
Permissions
optional - List of ResourcePermission -
SslProperties
optional - SslProperties -
Tags
optional - List of Tag -
Type
optional - String -
VpcConnectionProperties
optional - VpcConnectionProperties
Explanation in CloudFormation Registry
Creates a data source.