View a markdown version of this page

AWS::SecurityAgent::AgentSpace VpcConfig - AWS CloudFormation

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: - String SubnetArns: - String VpcArn: String

Properties

SecurityGroupArns

The identifiers of the security groups for the VPC configuration. You can specify:

  • The security group IDs.

  • The Amazon Resource Names (ARNs) of the security groups.

Required: No

Type: Array of String

Update requires: No interruption

SubnetArns

The identifiers of the subnets for the VPC configuration. You can specify:

  • The subnet IDs.

  • The Amazon Resource Names (ARNs) of the subnets.

Required: No

Type: Array of String

Update requires: No interruption

VpcArn

The identifier of the VPC. You can specify:

  • The VPC ID.

  • The Amazon Resource Name (ARN) of the VPC.

Required: No

Type: String

Update requires: No interruption