View a markdown version of this page

AWS::SecurityAgent::AgentSpace VpcConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "SecurityGroupArns" : [ String, ... ], "SubnetArns" : [ String, ... ], "VpcArn" : String }

YAML

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