You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/nat_gateway.html.markdown
+23-8Lines changed: 23 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,15 +60,30 @@ More complex filters can be expressed using one or more `filter` sub-blocks, whi
60
60
61
61
This data source exports the following attributes in addition to the arguments above:
62
62
63
-
*`allocation_id` - ID of the EIP allocated to the selected NAT Gateway.
64
-
*`association_id` - The association ID of the Elastic IP address that's associated with the NAT Gateway. Only available when `connectivity_type` is `public`.
63
+
*`allocation_id` - (zonal NAT gateways only) ID of the EIP allocated to the selected NAT Gateway.
64
+
*`association_id` - (zonal NAT gateways only) The association ID of the Elastic IP address that's associated with the NAT Gateway. Only available when `connectivity_type` is `public`.
*`auto_scaling_ips` - (regional NAT gateways only) Indicates whether AWS automatically allocates additional Elastic IP addresses (EIPs) in an AZ when the NAT gateway needs more ports due to increased concurrent connections to a single destination from that AZ.
67
+
*`availability_mode` - Specifies whether to create a zonal (single-AZ) or regional (multi-AZ) NAT gateway.
68
+
*`availability_zone_address` - (reginal NAT gateways only) Repeatable configuration block for the Elastic IP addresses (EIPs) and availability zones for the regional NAT gateway.
69
+
*`allocation_ids` - List of allocation IDs of the Elastic IP addresses (EIPs) to be used for handling outbound NAT traffic in this specific Availability Zone.
70
+
*`availability_zone` - Availability Zone (e.g. `us-west-2a`) where this specific NAT gateway configuration will be active.
71
+
*`availability_zone_id` - Availability Zone ID (e.g. `usw2-az2`) where this specific NAT gateway configuration will be active
65
72
*`connectivity_type` - Connectivity type of the NAT Gateway.
66
-
*`network_interface_id` - The ID of the ENI allocated to the selected NAT Gateway.
67
-
*`private_ip` - Private IP address of the selected NAT Gateway.
68
-
*`public_ip` - Public IP (EIP) address of the selected NAT Gateway.
69
-
*`secondary_allocation_ids` - Secondary allocation EIP IDs for the selected NAT Gateway.
70
-
*`secondary_private_ip_address_count` - The number of secondary private IPv4 addresses assigned to the selected NAT Gateway.
71
-
*`secondary_private_ip_addresses` - Secondary private IPv4 addresses assigned to the selected NAT Gateway.
73
+
*`network_interface_id` - (zonal NAT gateways only) The ID of the ENI allocated to the selected NAT Gateway.
74
+
*`private_ip` - (zonal NAT gateways only) Private IP address of the selected NAT Gateway.
75
+
*`public_ip` - (zonal NAT gateways only) Public IP (EIP) address of the selected NAT Gateway.
76
+
*`regional_nat_gateway_address` - (regional NAT gateways only) Repeatable blocks for information about the IP addresses and network interface associated with the regional NAT gateway.
77
+
*`allocation_id` - Allocation ID of the Elastic IP address.
78
+
*`availability_zone` - Availability Zone where this specific NAT gateway configuration is active.
79
+
*`availability_zone_id` - Availability Zone ID where this specific NAT gateway configuration is active
80
+
*`association_id` - Association ID of the Elastic IP address.
81
+
*`network_interface_id` - ID of the network interface.
82
+
*`public_ip` - Public IP address.
83
+
*`route_table_id` - (regional NAT gateways only) ID of the automatically created route table.
84
+
*`secondary_allocation_ids` - (zonal NAT gateways only) Secondary allocation EIP IDs for the selected NAT Gateway.
85
+
*`secondary_private_ip_address_count` - (zonal NAT gateways only) The number of secondary private IPv4 addresses assigned to the selected NAT Gateway.
86
+
*`secondary_private_ip_addresses` - (zonal NAT gateways only) Secondary private IPv4 addresses assigned to the selected NAT Gateway.
0 commit comments