Optional
Readonly
allowed(OPTIONAL) An array of source CIDRs allowed to communicate with the endpoints.
Optional
Readonly
central(OPTIONAL) Enable to define interface endpoints as centralized endpoints.
Endpoints defined as centralized endpoints will have Route 53 private hosted zones
created for each of them. These hosted zones are associated with any VPCs configured
with the useCentralEndpoints
property enabled.
NOTE: You may only define one centralized endpoint VPC per region.
For additional information on this pattern, please refer to our FAQ.
Readonly
defaultThe friendly name of the default policy for the interface endpoints.
Readonly
endpointsAn array of VPC interface endpoint services to be deployed.
Readonly
subnetsAn array of the friendly names of VPC subnets for the endpoints to be deployed.
Optional
Readonly
tags(OPTIONAL) An array of tag objects for the private hosted zones associated with the VPC Interface endpoints.
NetworkConfig / VpcConfig | VpcTemplatesConfig / InterfaceEndpointConfig
VPC interface endpoint configuration.
Description
Use this configuration to define interface endpoints for your VPC. Interface endpoints powered by AWS PrivateLink to connect your VPC to AWS services as if they were in your VPC, without the use of an internet gateway.
Example