1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. devopsagent
  6. getAgentSpace

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

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi

    Resource Type definition for AWS::DevOpsAgent::AgentSpace

    Using getAgentSpace

    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 getAgentSpace(args: GetAgentSpaceArgs, opts?: InvokeOptions): Promise<GetAgentSpaceResult>
    function getAgentSpaceOutput(args: GetAgentSpaceOutputArgs, opts?: InvokeOptions): Output<GetAgentSpaceResult>
    def get_agent_space(agent_space_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetAgentSpaceResult
    def get_agent_space_output(agent_space_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetAgentSpaceResult]
    func LookupAgentSpace(ctx *Context, args *LookupAgentSpaceArgs, opts ...InvokeOption) (*LookupAgentSpaceResult, error)
    func LookupAgentSpaceOutput(ctx *Context, args *LookupAgentSpaceOutputArgs, opts ...InvokeOption) LookupAgentSpaceResultOutput

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

    public static class GetAgentSpace 
    {
        public static Task<GetAgentSpaceResult> InvokeAsync(GetAgentSpaceArgs args, InvokeOptions? opts = null)
        public static Output<GetAgentSpaceResult> Invoke(GetAgentSpaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAgentSpaceResult> getAgentSpace(GetAgentSpaceArgs args, InvokeOptions options)
    public static Output<GetAgentSpaceResult> getAgentSpace(GetAgentSpaceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:devopsagent:getAgentSpace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AgentSpaceId string
    The unique identifier of the AgentSpace
    AgentSpaceId string
    The unique identifier of the AgentSpace
    agentSpaceId String
    The unique identifier of the AgentSpace
    agentSpaceId string
    The unique identifier of the AgentSpace
    agent_space_id str
    The unique identifier of the AgentSpace
    agentSpaceId String
    The unique identifier of the AgentSpace

    getAgentSpace Result

    The following output properties are available:

    AgentSpaceId string
    The unique identifier of the AgentSpace
    Arn string
    The Amazon Resource Name (ARN) of the AgentSpace.
    CreatedAt string
    The timestamp when the resource was created.
    Description string
    The description of the AgentSpace.
    Name string
    The name of the AgentSpace.
    OperatorApp Pulumi.AwsNative.DevOpsAgent.Outputs.AgentSpaceOperatorApp
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    UpdatedAt string
    The timestamp when the resource was last updated.
    AgentSpaceId string
    The unique identifier of the AgentSpace
    Arn string
    The Amazon Resource Name (ARN) of the AgentSpace.
    CreatedAt string
    The timestamp when the resource was created.
    Description string
    The description of the AgentSpace.
    Name string
    The name of the AgentSpace.
    OperatorApp AgentSpaceOperatorApp
    Tags Tag
    An array of key-value pairs to apply to this resource.
    UpdatedAt string
    The timestamp when the resource was last updated.
    agentSpaceId String
    The unique identifier of the AgentSpace
    arn String
    The Amazon Resource Name (ARN) of the AgentSpace.
    createdAt String
    The timestamp when the resource was created.
    description String
    The description of the AgentSpace.
    name String
    The name of the AgentSpace.
    operatorApp AgentSpaceOperatorApp
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    updatedAt String
    The timestamp when the resource was last updated.
    agentSpaceId string
    The unique identifier of the AgentSpace
    arn string
    The Amazon Resource Name (ARN) of the AgentSpace.
    createdAt string
    The timestamp when the resource was created.
    description string
    The description of the AgentSpace.
    name string
    The name of the AgentSpace.
    operatorApp AgentSpaceOperatorApp
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    updatedAt string
    The timestamp when the resource was last updated.
    agent_space_id str
    The unique identifier of the AgentSpace
    arn str
    The Amazon Resource Name (ARN) of the AgentSpace.
    created_at str
    The timestamp when the resource was created.
    description str
    The description of the AgentSpace.
    name str
    The name of the AgentSpace.
    operator_app AgentSpaceOperatorApp
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    updated_at str
    The timestamp when the resource was last updated.
    agentSpaceId String
    The unique identifier of the AgentSpace
    arn String
    The Amazon Resource Name (ARN) of the AgentSpace.
    createdAt String
    The timestamp when the resource was created.
    description String
    The description of the AgentSpace.
    name String
    The name of the AgentSpace.
    operatorApp Property Map
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    updatedAt String
    The timestamp when the resource was last updated.

    Supporting Types

    AgentSpaceIamAuthConfiguration

    AgentSpaceIdcAuthConfiguration

    AgentSpaceOperatorApp

    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.62.0
    published on Monday, Apr 20, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.