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

DevOpsAgent AgentSpace

Resource Type definition for AWS::DevOpsAgent::AgentSpace

Properties

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

Filter:
PropertyTypeFlags
Name
string
Required
Description
string
OperatorApp
OperatorApp

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"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

aidevops:CreateAgentSpaceaidevops:GetAgentSpaceaidevops:EnableOperatorAppaidevops:GetOperatorAppTeamsiam:PassRolesso:CreateApplicationsso:DeleteApplicationsso:PutApplicationAccessScope

read

aidevops:GetAgentSpaceaidevops:GetOperatorAppTeams

update

aidevops:UpdateAgentSpaceaidevops:GetAgentSpaceaidevops:EnableOperatorAppaidevops:DisableOperatorAppaidevops:GetOperatorAppTeamsiam:PassRolesso:CreateApplicationsso:DeleteApplication

delete

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

list

aidevops:ListAgentSpaces

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
Properties7
Required1
TaggingNot supported
Primary IDAgentSpaceId

Supported Operations

CreateReadUpdateDeleteList

Related Resources

External Links