This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project,
feel free to reach out to us!aws_vpc_nat_gateway
account_id
Type: STRING
connectivity_type
Type: STRING
Provider name: ConnectivityType
Description: Indicates whether the NAT gateway supports public or private connectivity.
create_time
Type: TIMESTAMP
Provider name: CreateTime
Description: The date and time the NAT gateway was created.
delete_time
Type: TIMESTAMP
Provider name: DeleteTime
Description: The date and time the NAT gateway was deleted, if applicable.
failure_code
Type: STRING
Provider name: FailureCode
Description: If the NAT gateway could not be created, specifies the error code for the failure. (InsufficientFreeAddressesInSubnet
| Gateway.NotAttached
| InvalidAllocationID.NotFound
| Resource.AlreadyAssociated
| InternalError
| InvalidSubnetID.NotFound
)
failure_message
Type: STRING
Provider name: FailureMessage
Description: If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.
- For InsufficientFreeAddressesInSubnet: “Subnet has insufficient free addresses to create this NAT gateway”
- For Gateway.NotAttached: “Network vpc-xxxxxxxx has no Internet gateway attached”
- For InvalidAllocationID.NotFound: “Elastic IP address eipalloc-xxxxxxxx could not be associated with this NAT gateway”
- For Resource.AlreadyAssociated: “Elastic IP address eipalloc-xxxxxxxx is already associated”
- For InternalError: “Network interface eni-xxxxxxxx, created and used internally by this NAT gateway is in an invalid state. Please try again.”
- For InvalidSubnetID.NotFound: “The specified subnet subnet-xxxxxxxx does not exist or could not be found.”
nat_gateway_addresses
Type: UNORDERED_LIST_STRUCT
Provider name: NatGatewayAddresses
Description: Information about the IP addresses and network interface associated with the NAT gateway.
allocation_id
Type: STRING
Provider name: AllocationId
Description: [Public NAT gateway only] The allocation ID of the Elastic IP address that’s associated with the NAT gateway.
association_id
Type: STRING
Provider name: AssociationId
Description: [Public NAT gateway only] The association ID of the Elastic IP address that’s associated with the NAT gateway.
failure_message
Type: STRING
Provider name: FailureMessage
Description: The address failure message.
is_primary
Type: BOOLEAN
Provider name: IsPrimary
Description: Defines if the IP address is the primary address.
network_interface_id
Type: STRING
Provider name: NetworkInterfaceId
Description: The ID of the network interface associated with the NAT gateway.
private_ip
Type: STRING
Provider name: PrivateIp
Description: The private IP address associated with the NAT gateway.
public_ip
Type: STRING
Provider name: PublicIp
Description: [Public NAT gateway only] The Elastic IP address associated with the NAT gateway.
status
Type: STRING
Provider name: Status
Description: The address status.
nat_gateway_arn
Type: STRING
nat_gateway_id
Type: STRING
Provider name: NatGatewayId
Description: The ID of the NAT gateway.
provisioned_bandwidth
Type: STRUCT
Provider name: ProvisionedBandwidth
Description: Reserved. If you need to sustain traffic greater than the documented limits, contact Amazon Web Services Support.
provision_time
Type: TIMESTAMP
Provider name: ProvisionTime
Description: Reserved.
provisioned
Type: STRING
Provider name: Provisioned
Description: Reserved.
request_time
Type: TIMESTAMP
Provider name: RequestTime
Description: Reserved.
requested
Type: STRING
Provider name: Requested
Description: Reserved.
status
Type: STRING
Provider name: Status
Description: Reserved.
state
Type: STRING
Provider name: State
Description: The state of the NAT gateway.
pending
: The NAT gateway is being created and is not ready to process traffic.failed
: The NAT gateway could not be created. Check the failureCode
and failureMessage
fields for the reason.available
: The NAT gateway is able to process traffic. This status remains until you delete the NAT gateway, and does not indicate the health of the NAT gateway.deleting
: The NAT gateway is in the process of being terminated and may still be processing traffic.deleted
: The NAT gateway has been terminated and is no longer processing traffic.
subnet_id
Type: STRING
Provider name: SubnetId
Description: The ID of the subnet in which the NAT gateway is located.
Type: UNORDERED_LIST_STRING
vpc_id
Type: STRING
Provider name: VpcId
Description: The ID of the VPC in which the NAT gateway is located.