AWS::SecurityAgent::AgentSpaceResource Type definition for AWS::SecurityAgent::AgentSpace.
import { CfnAgentSpace } from 'aws-cdk-lib/aws-securityagent';Or use the module namespace:
import * as securityagent from 'aws-cdk-lib/aws-securityagent';
// securityagent.CfnAgentSpaceConfiguration passed to the constructor as CfnAgentSpaceProps.
nameRequiredstringName of the agent space.
awsResourcesOptionalIResolvable | AWSResourcesPropertyAWS resource configuration.
codeReviewSettingsOptionalIResolvable | CodeReviewSettingsPropertyDetails of code review settings.
descriptionOptionalstringDescription of the agent space.
integratedResourcesOptionalIResolvable | IResolvable | IntegratedResourceProperty[]Integrated Resources configuration.
kmsKeyIdOptionalstringIdentifier of the KMS key used to encrypt data. Can be a key ID, key ARN, alias name, or alias ARN. If not specified, an AWS managed key is used.
tagsOptionalCfnTag[]Tags for the agent space.
targetDomainIdsOptionalstring[]List of target domain identifiers registered with the agent space.
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-securityagentAWS::SecurityAgent::AgentSpace