AWS::DevOpsAgent::AgentSpace - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::DevOpsAgent::AgentSpace

The AWS::DevOpsAgent::AgentSpace resource specifies an Agent Space for the AWS DevOps Agent Service.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::DevOpsAgent::AgentSpace", "Properties" : { "Description" : String, "Name" : String } }

YAML

Type: AWS::DevOpsAgent::AgentSpace Properties: Description: String Name: String

Properties

Description

The description of the Agent Space.

Required: No

Type: String

Minimum: 1

Maximum: 1000

Update requires: No interruption

Name

The name of the Agent Space.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the AgentSpaceId.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

AgentSpaceId

The unique identifier of the Agent Space.

Arn

The Amazon Resource Name (ARN) of the Agent Space.

CreatedAt

The timestamp when the resource was created.

UpdatedAt

The timestamp when the resource was last updated.