aws::customer-gateway¶
Create Customer Gateway based on the provided Public IP.
Example¶
aws::customer-gateway customer-gateway-example
public-ip: "38.140.23.146"
tags: {
Name: "customer-gateway-example"
}
end
Attributes¶
| Attribute | Description |
|---|---|
| public-ip | The public IP address for the gateway’s external interface. See Customer Gateway. (Required) |
| bgp-asn | The Border Gateway Protocol Autonomous System Number of the gateway. |
| certificate | The ACM customer gateway certificate. |
Outputs¶
| Attribute | Description |
|---|---|
| id | The ID of the customer gateway. |