AWS::DevOpsAgent::AgentSpaceResource Type definition for AWS::DevOpsAgent::AgentSpace
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Description | string | |
KmsKeyArn | string | Create-only |
OperatorApp | OperatorApp | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
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. |
UpdatedAt | string | The timestamp when the resource was last updated. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
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:DeleteApplicationGrantaidevops:GetAgentSpaceaidevops:GetOperatorAppTeamsaidevops:ListTagsForResourcekms:Decryptaidevops: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:DeleteApplicationGrantaidevops:DeleteAgentSpaceaidevops:GetAgentSpaceaidevops:DisableOperatorAppsso:DeleteApplicationsso:DeleteApplicationAccessScopesso:DeleteApplicationAuthenticationMethodsso:DeleteApplicationGrantaidevops:ListAgentSpaceskms:DecryptOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAgentSpaceIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KmsKeyArn