AWS::QuickSight::SpaceResource Type definition for AWS::QuickSight::Space
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AwsAccountId | string | RequiredCreate-only |
Name | string | Required |
SpaceId | string | RequiredCreate-only |
Description | string | |
Permissions | Array<ResourcePermission> | |
Resources | Array<SpaceResource> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the space. |
CreatedAt | string | The date and time the space was created. |
CreatedBy | string | The user name of the principal who created the space. |
UpdatedAt | string | The date and time the space was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QuickSight::Space
Resources:
MyResource:
Type: AWS::QuickSight::Space
Properties:
AwsAccountId: "my-awsaccountid"
SpaceId: "my-spaceid"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
quicksight:CreateSpacequicksight:DescribeSpacequicksight:UpdateSpaceResourcesquicksight:UpdateSpacePermissionsquicksight:ListSpaceResourcesquicksight:DescribeSpacePermissionsquicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResourcequicksight:DescribeSpacequicksight:DescribeSpacePermissionsquicksight:ListSpaceResourcesquicksight:ListTagsForResourcequicksight:UpdateSpacequicksight:DescribeSpacequicksight:UpdateSpaceResourcesquicksight:ListSpaceResourcesquicksight:UpdateSpacePermissionsquicksight:DescribeSpacePermissionsquicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResourcequicksight:DeleteSpacequicksight:DescribeSpacequicksight:ListTagsForResourcequicksight:UntagResourcequicksight:ListSpacesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAwsAccountIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AwsAccountIdSpaceId