VpcInformation
Information about a VPC used for private connectivity, including its subnets and an associated VPC endpoint.
Contents
- SubnetIds
-
The IDs of the subnets associated with the VPC endpoint. Currently, only one subnet is supported.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Length Constraints: Minimum length of 1. Maximum length of 25.
Pattern:
[a-z0-9-]+Required: No
- VpcEndpointId
-
The ID of the interface VPC endpoint for the AWS Outposts service. When specified, the endpoint must be in the
availablestate and the specified subnets must be associated with it.Type: String
Length Constraints: Minimum length of 1. Maximum length of 25.
Pattern:
^vpce-[a-f0-9]+$Required: No
- VpcId
-
The ID of the VPC used for private connectivity.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 25.
Pattern:
[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: