---
type: resource-type
title: QuickSightSpace
description: aws resource type AWS::QuickSight::Space
name: QuickSightSpace
lexicon: aws
resource_type: AWS::QuickSight::Space
---
`AWS::QuickSight::Space`, a resource type of the aws lexicon.

## Properties

- `AwsAccountId` (`string`, required): The ID of the Amazon Web Services account where the space is being created.
- `Name` (`string`, required): The display name of the space.
- `SpaceId` (`string`, required): The unique identifier for the space.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the space.
- `CreatedAt` (`string`, optional): The date and time the space was created.
- `CreatedBy` (`string`, optional): The user name of the principal who created the space.
- `Description` (`string`, optional): A description of the space.
- `Permissions` (`QuickSightSpace_ResourcePermission[]`, optional): A list of permissions granted on the space.
- `Resources` (`QuickSightSpace_SpaceResource[]`, optional): A list of QuickSight resources attached to the space.
- `Tags` (`QuickSightSpace_Tag[]`, optional): A list of key-value pairs to associate with the space resource.
- `UpdatedAt` (`string`, optional): The date and time the space was last updated.

## Attributes

- `Arn`
- `CreatedAt`
- `CreatedBy`
- `UpdatedAt`
