NetworkConfig / VpcConfig | VpcTemplatesConfig / GatewayEndpointConfig

VPC gateway endpoint configuration.

Use this configuration to define gateway endpoints for your VPC. A gateway endpoint targets specific IP routes in an Amazon VPC route table, in the form of a prefix-list, used for traffic destined to Amazon DynamoDB or Amazon Simple Storage Service (Amazon S3).

defaultPolicy: Default
endpoints []
interface IGatewayEndpointConfig {
    defaultPolicy: string;
    endpoints: IGatewayEndpointServiceConfig[];
}

Properties

defaultPolicy: string

The friendly name of the default policy for the gateway endpoints.

This is the logical name property of the endpoint policy as defined in network-config.yaml.

EndpointPolicyConfig

An array of endpoints to create.