accessKeyId

The AWS Access Key ID.

type

string

default

{ accessKeyId = ""; }

name

Name of the VPC endpoint.

type

string

default

{ name = "nixops-{uuid}-{name}"; }

policy

A policy to attach to the endpoint that controls access to the service.

type

null or string

default

{ policy = null; }

region

AWS region.

type

string

routeTableIds

One or more route table IDs.

type

list of string or resource of type ‘vpc-route-table’

default

{ routeTableIds = []; }

serviceName

The AWS service name, in the form com.amazonaws.region.service.

type

string

vpcId

The ID of the VPC where the endpoint will be created.

type

string or resource of type ‘vpc’