aws::vpn-gateway¶
Create VPN Gateway.
Example¶
aws::vpn-gateway vpn-gateway-example
tags: {
Name: "vpn-gateway-example"
}
end
Attributes¶
Attribute | Description |
---|---|
amazon-side-asn | The private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you’re using a 16-bit ASN, it must be in the 64512 to 65534 range. If you’re using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range. |
vpc | The VPC to be attached with the VPN Gateway. |
availability-zone | The availability zone for the gateway. |
Outputs¶
Attribute | Description |
---|---|
id | The ID of the VPN Gateway. |