NetworkConfig / VpcConfig | VpcTemplatesConfig / InterfaceEndpointConfig / InterfaceEndpointServiceConfig

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

Example

- service: ec2
policy: Default

Hierarchy

  • InterfaceEndpointServiceConfig

Implements

Constructors

Properties

Constructors

Properties

policy: undefined | string = undefined

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

service: string = ''

The name of the service to create the endpoint for.

serviceName: undefined | string = undefined

The full name of the service to create the endpoint for.

Generated using TypeDoc