Readonly
allowed(OPTIONAL) An array of source CIDRs allowed to communicate with the endpoints.
These CIDRs are used to create ingress rules in a security group that is created and attached to the interface endpoints. By default, all traffic (0.0.0.0/0) is allowed.
Use CIDR notation, i.e. 10.0.0.0/16
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.
This is the logical name
property of the endpoint policy as defined in network-config.yaml.
Readonly
endpointsReadonly
subnetsAn array of the friendly names of VPC subnets for the endpoints to be deployed.
This is the logical name
property of the VPC subnet as defined in network-config.yaml.
Generated using TypeDoc
NetworkConfig / VpcConfig | VpcTemplatesConfig / InterfaceEndpointConfig
VPC interface endpoint configuration. 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