AWS::DevOpsAgent::AgentSpaceResource Type definition for AWS::DevOpsAgent::AgentSpace
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Description | string | |
OperatorApp | OperatorApp |
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"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
aidevops:CreateAgentSpaceaidevops:GetAgentSpaceaidevops:EnableOperatorAppaidevops:GetOperatorAppTeamsiam:PassRolesso:CreateApplicationsso:DeleteApplicationsso:PutApplicationAccessScopeaidevops:GetAgentSpaceaidevops:GetOperatorAppTeamsaidevops:UpdateAgentSpaceaidevops:GetAgentSpaceaidevops:EnableOperatorAppaidevops:DisableOperatorAppaidevops:GetOperatorAppTeamsiam:PassRolesso:CreateApplicationsso:DeleteApplicationaidevops:DeleteAgentSpaceaidevops:GetAgentSpaceaidevops:DisableOperatorAppsso:DeleteApplicationsso:DeleteApplicationAccessScopesso:DeleteApplicationAuthenticationMethodsso:DeleteApplicationGrantaidevops:ListAgentSpacesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAgentSpaceId