1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. quicksight
  6. getSpace

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi

    Resource Type definition for AWS::QuickSight::Space

    Using getSpace

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSpace(args: GetSpaceArgs, opts?: InvokeOptions): Promise<GetSpaceResult>
    function getSpaceOutput(args: GetSpaceOutputArgs, opts?: InvokeOptions): Output<GetSpaceResult>
    def get_space(aws_account_id: Optional[str] = None,
                  space_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetSpaceResult
    def get_space_output(aws_account_id: pulumi.Input[Optional[str]] = None,
                  space_id: pulumi.Input[Optional[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetSpaceResult]
    func LookupSpace(ctx *Context, args *LookupSpaceArgs, opts ...InvokeOption) (*LookupSpaceResult, error)
    func LookupSpaceOutput(ctx *Context, args *LookupSpaceOutputArgs, opts ...InvokeOption) LookupSpaceResultOutput

    > Note: This function is named LookupSpace in the Go SDK.

    public static class GetSpace 
    {
        public static Task<GetSpaceResult> InvokeAsync(GetSpaceArgs args, InvokeOptions? opts = null)
        public static Output<GetSpaceResult> Invoke(GetSpaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSpaceResult> getSpace(GetSpaceArgs args, InvokeOptions options)
    public static Output<GetSpaceResult> getSpace(GetSpaceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:quicksight:getSpace
      arguments:
        # arguments dictionary
    data "aws-native_quicksight_get_space" "name" {
        # arguments
    }

    The following arguments are supported:

    AwsAccountId string
    The ID of the Amazon Web Services account where the space is being created.
    SpaceId string
    The unique identifier for the space.
    AwsAccountId string
    The ID of the Amazon Web Services account where the space is being created.
    SpaceId string
    The unique identifier for the space.
    aws_account_id string
    The ID of the Amazon Web Services account where the space is being created.
    space_id string
    The unique identifier for the space.
    awsAccountId String
    The ID of the Amazon Web Services account where the space is being created.
    spaceId String
    The unique identifier for the space.
    awsAccountId string
    The ID of the Amazon Web Services account where the space is being created.
    spaceId string
    The unique identifier for the space.
    aws_account_id str
    The ID of the Amazon Web Services account where the space is being created.
    space_id str
    The unique identifier for the space.
    awsAccountId String
    The ID of the Amazon Web Services account where the space is being created.
    spaceId String
    The unique identifier for the space.

    getSpace Result

    The following output properties are available:

    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.
    Description string
    A description of the space.
    Name string
    The display name of the space.
    Permissions List<Pulumi.AwsNative.QuickSight.Outputs.SpaceResourcePermission>
    A list of permissions granted on the space.
    Resources List<Pulumi.AwsNative.QuickSight.Outputs.SpaceResource>
    A list of QuickSight resources attached to the space.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of key-value pairs to associate with the space resource.
    UpdatedAt string
    The date and time the space was last updated.
    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.
    Description string
    A description of the space.
    Name string
    The display name of the space.
    Permissions []SpaceResourcePermission
    A list of permissions granted on the space.
    Resources []SpaceResource
    A list of QuickSight resources attached to the space.
    Tags Tag
    A list of key-value pairs to associate with the space resource.
    UpdatedAt string
    The date and time the space was last updated.
    arn string
    The Amazon Resource Name (ARN) of the space.
    created_at string
    The date and time the space was created.
    created_by string
    The user name of the principal who created the space.
    description string
    A description of the space.
    name string
    The display name of the space.
    permissions list(object)
    A list of permissions granted on the space.
    resources list(object)
    A list of QuickSight resources attached to the space.
    tags list(object)
    A list of key-value pairs to associate with the space resource.
    updated_at string
    The date and time the space was last updated.
    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.
    description String
    A description of the space.
    name String
    The display name of the space.
    permissions List<SpaceResourcePermission>
    A list of permissions granted on the space.
    resources List<SpaceResource>
    A list of QuickSight resources attached to the space.
    tags List<Tag>
    A list of key-value pairs to associate with the space resource.
    updatedAt String
    The date and time the space was last updated.
    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.
    description string
    A description of the space.
    name string
    The display name of the space.
    permissions SpaceResourcePermission[]
    A list of permissions granted on the space.
    resources SpaceResource[]
    A list of QuickSight resources attached to the space.
    tags Tag[]
    A list of key-value pairs to associate with the space resource.
    updatedAt string
    The date and time the space was last updated.
    arn str
    The Amazon Resource Name (ARN) of the space.
    created_at str
    The date and time the space was created.
    created_by str
    The user name of the principal who created the space.
    description str
    A description of the space.
    name str
    The display name of the space.
    permissions Sequence[SpaceResourcePermission]
    A list of permissions granted on the space.
    resources Sequence[SpaceResource]
    A list of QuickSight resources attached to the space.
    tags Sequence[root_Tag]
    A list of key-value pairs to associate with the space resource.
    updated_at str
    The date and time the space was last updated.
    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.
    description String
    A description of the space.
    name String
    The display name of the space.
    permissions List<Property Map>
    A list of permissions granted on the space.
    resources List<Property Map>
    A list of QuickSight resources attached to the space.
    tags List<Property Map>
    A list of key-value pairs to associate with the space resource.
    updatedAt String
    The date and time the space was last updated.

    Supporting Types

    SpaceResource

    ResourceArn string
    The ARN of the QuickSight resource.
    ResourceType Pulumi.AwsNative.QuickSight.SpaceResourceResourceType
    The type of QuickSight resource.
    ResourceArn string
    The ARN of the QuickSight resource.
    ResourceType SpaceResourceResourceType
    The type of QuickSight resource.
    resource_arn string
    The ARN of the QuickSight resource.
    resource_type "TOPIC" | "DASHBOARD" | "KNOWLEDGE_BASE" | "ACTION_CONNECTOR" | "DATA_SET"
    The type of QuickSight resource.
    resourceArn String
    The ARN of the QuickSight resource.
    resourceType SpaceResourceResourceType
    The type of QuickSight resource.
    resourceArn string
    The ARN of the QuickSight resource.
    resourceType SpaceResourceResourceType
    The type of QuickSight resource.
    resource_arn str
    The ARN of the QuickSight resource.
    resource_type SpaceResourceResourceType
    The type of QuickSight resource.
    resourceArn String
    The ARN of the QuickSight resource.
    resourceType "TOPIC" | "DASHBOARD" | "KNOWLEDGE_BASE" | "ACTION_CONNECTOR" | "DATA_SET"
    The type of QuickSight resource.

    SpaceResourcePermission

    Actions List<string>
    The list of actions granted to the principal.
    Principal string
    The ARN of the principal (user or group) receiving the permission.
    Actions []string
    The list of actions granted to the principal.
    Principal string
    The ARN of the principal (user or group) receiving the permission.
    actions list(string)
    The list of actions granted to the principal.
    principal string
    The ARN of the principal (user or group) receiving the permission.
    actions List<String>
    The list of actions granted to the principal.
    principal String
    The ARN of the principal (user or group) receiving the permission.
    actions string[]
    The list of actions granted to the principal.
    principal string
    The ARN of the principal (user or group) receiving the permission.
    actions Sequence[str]
    The list of actions granted to the principal.
    principal str
    The ARN of the principal (user or group) receiving the permission.
    actions List<String>
    The list of actions granted to the principal.
    principal String
    The ARN of the principal (user or group) receiving the permission.

    SpaceResourceResourceType

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial