AWS::DevOpsAgent::AgentSpace - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::DevOpsAgent::AgentSpace

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

Syntax

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

JSON

{ "Type" : "AWS::DevOpsAgent::AgentSpace", "Properties" : { "Description" : String, "KmsKeyArn" : String, "Name" : String, "OperatorApp" : OperatorApp, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::DevOpsAgent::AgentSpace Properties: Description: String KmsKeyArn: String Name: String OperatorApp: OperatorApp Tags: - Tag

Properties

Description

The description of the Agent Space.

Required: No

Type: String

Minimum: 1

Maximum: 1000

Update requires: No interruption

KmsKeyArn

Property description not available.

Required: No

Type: String

Minimum: 1

Maximum: 2048

Update requires: Replacement

Name

The name of the Agent Space.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

OperatorApp

Configuration for the connection to the DevOps Agent web app.

Required: No

Type: OperatorApp

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

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.

OperatorApp.Iam.CreatedAt

The timestamp when the IAM authentication configuration was created.

OperatorApp.Iam.UpdatedAt

The timestamp when the IAM authentication configuration was last updated.

OperatorApp.Idc.CreatedAt

The timestamp when the IAM Identity Center authentication configuration was created.

OperatorApp.Idc.IdcApplicationArn

The ARN of the IAM Identity Center application created for the DevOps Agent web app.

OperatorApp.Idc.UpdatedAt

The timestamp when the IAM Identity Center authentication configuration was last updated.

UpdatedAt

The timestamp when the resource was last updated.