accessKeyId

The AWS Access Key ID.

type

string

default

{
  accessKeyId = "";
}

address

The elastic IP address, set by NixOps.

type

string

default

{
  address = "_UNKNOWN_ELASTIC_IP_";
}

region

AWS region.

type

string

example

{
  region = "us-east-1";
}

vpc

Whether to allocate the address for use with instances in a VPC.

type

boolean

default

{
  vpc = false;
}