AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DevOpsAgent::AgentSpace

CfnAgentSpace

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

Import

import { CfnAgentSpace } from 'aws-cdk-lib/aws-devopsagent';

Or use the module namespace:

import * as devopsagent from 'aws-cdk-lib/aws-devopsagent';
// devopsagent.CfnAgentSpace

Properties

Configuration passed to the constructor as CfnAgentSpaceProps.

nameRequired
string

The name of the Agent Space.

descriptionOptional
string

The description of the Agent Space.

kmsKeyArnOptional
string

The ARN of the KMS key to use for encryption.

operatorAppOptional
IResolvable | OperatorAppProperty
tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-devopsagent
CFN TypeAWS::DevOpsAgent::AgentSpace
Properties5

Related Constructs

External Links