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::SecurityAgent::AgentSpace VpcConfig
The VPC configuration for a pentest, specifying the VPC, security groups, and subnets to use during testing.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "SecurityGroupArns" :[ String, ... ], "SubnetArns" :[ String, ... ], "VpcArn" :String}
YAML
SecurityGroupArns:- StringSubnetArns:- StringVpcArn:String
Properties
SecurityGroupArns-
The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.
Required: No
Type: Array of String
Update requires: No interruption
SubnetArns-
The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.
Required: No
Type: Array of String
Update requires: No interruption
VpcArn-
The Amazon Resource Name (ARN) of the VPC.
Required: No
Type: String
Update requires: No interruption