NetworkConfig / VpcConfig | VpcTemplatesConfig / GatewayEndpointConfig / GatewayEndpointServiceConfig

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

Example

- service: s3
policy: Default

Hierarchy

  • GatewayEndpointServiceConfig

Implements

Constructors

Properties

Constructors

Properties

policy: undefined | string = undefined

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

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

The name of the service to create the endpoint for

See

gatewayEndpointEnum

Generated using TypeDoc