DescribedWebAppVpcConfig
Contains the VPC configuration details for a web app endpoint, including the VPC identifier, subnet IDs, and VPC endpoint ID used for hosting the endpoint.
Contents
- SubnetIds
-
The list of subnet IDs within the VPC where the web app endpoint is deployed. These subnets must be in the same VPC and provide network connectivity for the endpoint.
Type: Array of strings
Required: No
- VpcEndpointId
-
The identifier of the VPC endpoint created for the web app.
Type: String
Length Constraints: Fixed length of 22.
Pattern:
vpce-[0-9a-f]{17}Required: No
- VpcId
-
The identifier of the VPC where the web app endpoint is hosted.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: