AWS Fundamentals Logo
AWS Fundamentals
AWS::DevOpsAgent::AgentSpace

DevOpsAgent AgentSpace

Resource Type definition for AWS::DevOpsAgent::AgentSpace

Properties

5 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Description
string
KmsKeyArn
string
Create-only
OperatorApp
OperatorApp
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AgentSpaceIdstringThe unique identifier of the AgentSpace
ArnstringThe Amazon Resource Name (ARN) of the AgentSpace.
CreatedAtstringThe timestamp when the resource was created.
UpdatedAtstringThe timestamp when the resource was last updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DevOpsAgent::AgentSpace

Resources:
  MyResource:
    Type: AWS::DevOpsAgent::AgentSpace
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

aidevops:CreateAgentSpaceaidevops:GetAgentSpaceaidevops:EnableOperatorAppaidevops:GetOperatorAppTeamsaidevops:TagResourceaidevops:ListTagsForResourceiam:CreateServiceLinkedRoleiam:PassRolekms:CreateGrantkms:Decryptkms:DescribeKeykms:Encryptkms:GenerateDataKeykms:GenerateDataKeyPairkms:GenerateDataKeyPairWithoutPlaintextkms:GenerateDataKeyWithoutPlaintextkms:ReEncryptFromkms:ReEncryptTokms:RetireGrantsso:CreateApplicationsso:DeleteApplicationsso:PutApplicationAccessScopesso:PutApplicationGrantsso:PutApplicationAuthenticationMethodsso:PutApplicationAssignmentConfigurationsso:DeleteApplicationAccessScopesso:DeleteApplicationAuthenticationMethodsso:DeleteApplicationGrant

read

aidevops:GetAgentSpaceaidevops:GetOperatorAppTeamsaidevops:ListTagsForResourcekms:Decrypt

update

aidevops:UpdateAgentSpaceaidevops:GetAgentSpaceaidevops:EnableOperatorAppaidevops:DisableOperatorAppaidevops:GetOperatorAppTeamsaidevops:TagResourceaidevops:UntagResourceaidevops:ListTagsForResourceiam:PassRolekms:CreateGrantkms:Decryptkms:DescribeKeykms:Encryptkms:GenerateDataKeykms:GenerateDataKeyPairkms:GenerateDataKeyPairWithoutPlaintextkms:GenerateDataKeyWithoutPlaintextkms:ReEncryptFromkms:ReEncryptTokms:RetireGrantsso:CreateApplicationsso:DeleteApplicationsso:PutApplicationAccessScopesso:PutApplicationGrantsso:PutApplicationAuthenticationMethodsso:PutApplicationAssignmentConfigurationsso:DeleteApplicationAccessScopesso:DeleteApplicationAuthenticationMethodsso:DeleteApplicationGrant

delete

aidevops:DeleteAgentSpaceaidevops:GetAgentSpaceaidevops:DisableOperatorAppsso:DeleteApplicationsso:DeleteApplicationAccessScopesso:DeleteApplicationAuthenticationMethodsso:DeleteApplicationGrant

list

aidevops:ListAgentSpaceskms:Decrypt

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDevOpsAgent
Properties9
Required1
TaggingSupported
Primary IDAgentSpaceId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

KmsKeyArn

External Links