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

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

    Create AgentSpace Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AgentSpace(name: string, args?: AgentSpaceArgs, opts?: CustomResourceOptions);
    @overload
    def AgentSpace(resource_name: str,
                   args: Optional[AgentSpaceArgs] = None,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def AgentSpace(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   description: Optional[str] = None,
                   kms_key_arn: Optional[str] = None,
                   name: Optional[str] = None,
                   operator_app: Optional[AgentSpaceOperatorAppArgs] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewAgentSpace(ctx *Context, name string, args *AgentSpaceArgs, opts ...ResourceOption) (*AgentSpace, error)
    public AgentSpace(string name, AgentSpaceArgs? args = null, CustomResourceOptions? opts = null)
    public AgentSpace(String name, AgentSpaceArgs args)
    public AgentSpace(String name, AgentSpaceArgs args, CustomResourceOptions options)
    
    type: aws-native:devopsagent:AgentSpace
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AgentSpaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AgentSpaceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AgentSpaceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AgentSpaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AgentSpaceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    AgentSpace Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The AgentSpace resource accepts the following input properties:

    Description string
    The description of the AgentSpace.
    KmsKeyArn string
    The ARN of the KMS key to use for encryption.
    Name string
    The name of the AgentSpace.
    OperatorApp Pulumi.AwsNative.DevOpsAgent.Inputs.AgentSpaceOperatorApp
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    Description string
    The description of the AgentSpace.
    KmsKeyArn string
    The ARN of the KMS key to use for encryption.
    Name string
    The name of the AgentSpace.
    OperatorApp AgentSpaceOperatorAppArgs
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    description String
    The description of the AgentSpace.
    kmsKeyArn String
    The ARN of the KMS key to use for encryption.
    name String
    The name of the AgentSpace.
    operatorApp AgentSpaceOperatorApp
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    description string
    The description of the AgentSpace.
    kmsKeyArn string
    The ARN of the KMS key to use for encryption.
    name string
    The name of the AgentSpace.
    operatorApp AgentSpaceOperatorApp
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    description str
    The description of the AgentSpace.
    kms_key_arn str
    The ARN of the KMS key to use for encryption.
    name str
    The name of the AgentSpace.
    operator_app AgentSpaceOperatorAppArgs
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    description String
    The description of the AgentSpace.
    kmsKeyArn String
    The ARN of the KMS key to use for encryption.
    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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AgentSpace resource produces the following output properties:

    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.
    Id string
    The provider-assigned unique ID for this managed 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.
    Id string
    The provider-assigned unique ID for this managed 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.
    id String
    The provider-assigned unique ID for this managed 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.
    id string
    The provider-assigned unique ID for this managed 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.
    id str
    The provider-assigned unique ID for this managed 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.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    The timestamp when the resource was last updated.

    Supporting Types

    AgentSpaceIamAuthConfiguration, AgentSpaceIamAuthConfigurationArgs

    AgentSpaceIdcAuthConfiguration, AgentSpaceIdcAuthConfigurationArgs

    AgentSpaceOperatorApp, AgentSpaceOperatorAppArgs

    Tag, TagArgs

    A set of tags to apply to the resource.
    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.