AWS::DevOpsAgent::AgentSpaceThe `AWS::DevOpsAgent::AgentSpace` resource specifies an Agent Space for the AWS DevOps Agent Service.
import { CfnAgentSpace } from 'aws-cdk-lib/aws-devopsagent';Or use the module namespace:
import * as devopsagent from 'aws-cdk-lib/aws-devopsagent';
// devopsagent.CfnAgentSpaceConfiguration passed to the constructor as CfnAgentSpaceProps.
nameRequiredstringThe name of the Agent Space.
descriptionOptionalstringThe description of the Agent Space.
kmsKeyArnOptionalstringThe ARN of the KMS key to use for encryption.
operatorAppOptionalIResolvable | OperatorAppPropertytagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-devopsagentAWS::DevOpsAgent::AgentSpace