accessKeyId

The AWS Access Key ID.

type

string

default

{
  accessKeyId = "";
}

bgpAsn

For devices that support BGP, the customer gateway's BGP ASN.

type

signed integer

name

Name of the VPC customer gateway.

type

string

default

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

publicIp

The Internet-routable IP address for the customer gateway's outside interface. The address must be static.

type

string

region

AWS region.

type

string

tags

Tags assigned to the instance. Each tag name can be at most 128 characters, and each tag value can be at most 256 characters. There can be at most 10 tags.

type

attribute set of string

example

{
  tags = {
    foo = "bar";
    xyzzy = "bla";
  };
}

default

{
  tags = {};
}

type

The type of VPN connection that this customer gateway supports (ipsec.1 ).

type

string