AWS Amazon QuickSight Group Membership
This page shows how to write Terraform and CloudFormation for Amazon QuickSight Group Membership and write them securely.
aws_quicksight_group_membership (Terraform)
The Group Membership in Amazon QuickSight can be configured in Terraform with the resource name aws_quicksight_group_membership. 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
The following arguments are supported:
group_name- (Required) The name of the group in which the member will be added.member_name- (Required) The name of the member to add to the group.aws_account_id- (Optional) The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.namespace- (Required) The namespace. Defaults todefault. Currently onlydefaultis supported.
No additional attributes are exported.
Explanation in Terraform Registry
Resource for managing QuickSight Group Membership
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
-
AlternateDataSourceParametersoptional - List of DataSourceParameters -
AwsAccountIdoptional - String -
Credentialsoptional - DataSourceCredentials -
DataSourceIdoptional - String -
DataSourceParametersoptional - DataSourceParameters -
ErrorInfooptional - DataSourceErrorInfo -
Nameoptional - String -
Permissionsoptional - List of ResourcePermission -
SslPropertiesoptional - SslProperties -
Tagsoptional - List of Tag -
Typeoptional - String -
VpcConnectionPropertiesoptional - VpcConnectionProperties
Explanation in CloudFormation Registry
Creates a data source.