WebAppVpcConfig
Contains the VPC configuration settings for hosting a web app endpoint, including the VPC ID, subnet IDs, and security group IDs for access control.
Contents
- SecurityGroupIds
-
The list of security group IDs that control access to the web app endpoint. These security groups determine which sources can access the endpoint based on IP addresses and port configurations.
Type: Array of strings
Length Constraints: Minimum length of 11. Maximum length of 20.
Pattern:
sg-[0-9a-f]{8,17}Required: No
- SubnetIds
-
The list of subnet IDs within the VPC where the web app endpoint will be deployed. These subnets must be in the same VPC specified in the VpcId parameter.
Type: Array of strings
Required: No
- VpcId
-
The identifier of the VPC where the web app endpoint will be 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: