Resource: awsQuicksightGroup
Resource for managing QuickSight Group
Example Usage
/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.quicksightGroup.QuicksightGroup(this, "example", {
groupName: "tf-example",
});
Argument Reference
The following arguments are supported:
groupName
- (Required) A name for the group.awsAccountId
- (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.description
- (Optional) A description for the group.namespace
- (Optional) The namespace. Currently, you should set this todefault
.
Attributes Reference
In addition to all arguments above, the following attributes are exported:
arn
- Amazon Resource Name (ARN) of group
Import
QuickSight Group can be imported using the aws account id, namespace and group name separated by /
.