accessKeyId

The AWS Access Key ID.

type

string

default

{
  accessKeyId = "";
}

destinationCidrBlock

The IPv4 CIDR address block used for the destination match.

type

null or string

default

{
  destinationCidrBlock = null;
}

destinationIpv6CidrBlock

The IPv6 CIDR block used for the destination match.

type

null or string

default

{
  destinationIpv6CidrBlock = null;
}

egressOnlyInternetGatewayId

[IPv6 traffic only] The ID of an egress-only Internet gateway.

type

null or string or resource of type ‘vpc-egress-only-internet-gateway’

default

{
  egressOnlyInternetGatewayId = null;
}

gatewayId

The ID of an Internet gateway or virtual private gateway attached to your VPC.

type

null or string or resource of type ‘vpc-internet-gateway’

default

{
  gatewayId = null;
}

instanceId

The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.

type

null or string or EC2 machine

default

{
  instanceId = null;
}

name

Name of the VPC route.

type

string

default

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

natGatewayId

The ID of a NAT gateway.

type

null or string or resource of type ‘vpc-nat-gateway’

default

{
  natGatewayId = null;
}

networkInterfaceId

The ID of a network interface.

type

null or string or resource of type ‘vpc-network-interface’

default

{
  networkInterfaceId = null;
}

region

AWS region.

type

string

routeTableId

The ID of the VPC route table

type

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