NetworkConfig / VpcConfig | VpcTemplatesConfig / GatewayEndpointConfig / GatewayEndpointServiceConfig

VPC gateway endpoint service configuration. Use this configuration to define the service and endpoint policy for gateway endpoints.

Example

- service: s3
policy: Default

Hierarchy

  • GatewayEndpointServiceConfig

Implements

Constructors

Properties

Constructors

Properties

policy: undefined | string = undefined

(OPTIONAL) The friendly name of a policy for the gateway endpoint. If left undefined, the default policy will be used.

Remarks

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

See

EndpointPolicyConfig

service: "dynamodb" | "s3" = 's3'

The name of the service to create the endpoint for

See

gatewayEndpointEnum

Generated using TypeDoc