View a markdown version of this page

VpcPropertiesInput - Amazon DataZone

VpcPropertiesInput

The VPC connection properties used when creating a connection.

Contents

subnetIds

The subnet IDs of the VPC connection. You can specify between 1 and 16 subnet IDs.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 16 items.

Length Constraints: Minimum length of 0. Maximum length of 32.

Pattern: subnet-[a-z0-9]+

Required: Yes

vpcId

The identifier of the VPC. Must match the pattern ^vpc-[a-z0-9]+$. Maximum length of 32.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 32.

Pattern: vpc-[a-z0-9]+

Required: Yes

securityGroupId

The security group ID of the VPC connection. Must match the pattern ^sg-[a-z0-9]+$. Maximum length of 32.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 32.

Pattern: sg-[a-z0-9]+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: