_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
resolver_endpoint
Information about the Resolver endpoint that you specified in a GetResolverEndpoint request. | STRUCT( "id" VARCHAR, "creator_request_id" VARCHAR, "arn" VARCHAR, "name" VARCHAR, "security_group_ids" VARCHAR[], "direction" VARCHAR, "ip_address_count" BIGINT, "host_vpc_id" VARCHAR, "status" VARCHAR, "status_message" VARCHAR, "creation_time" VARCHAR, "modification_time" VARCHAR, "outpost_arn" VARCHAR, "preferred_instance_type" VARCHAR, "resolver_endpoint_type" VARCHAR, "protocols" VARCHAR[] ) |
Show child fields- resolver_endpoint.arn
The ARN (Amazon Resource Name) for the Resolver endpoint.
- resolver_endpoint.creation_time
The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).
- resolver_endpoint.creator_request_id
A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId allows failed requests to be retried without the risk of running the operation twice.
- resolver_endpoint.direction
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
- resolver_endpoint.host_vpc_id
The ID of the VPC that you want to create the Resolver endpoint in.
- resolver_endpoint.id
The ID of the Resolver endpoint.
- resolver_endpoint.ip_address_count
The number of IP addresses that the Resolver endpoint can use for DNS queries.
- resolver_endpoint.modification_time
The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
- resolver_endpoint.name
The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.
- resolver_endpoint.outpost_arn
The ARN (Amazon Resource Name) for the Outpost.
- resolver_endpoint.preferred_instance_type
The Amazon EC2 instance type.
- resolver_endpoint.protocols[]
- resolver_endpoint.resolver_endpoint_type
The Resolver endpoint IP address type.
- resolver_endpoint.security_group_ids[]
- resolver_endpoint.status
A code that specifies the current status of the Resolver endpoint. Valid values include the following: -
CREATING: Resolver is creating and configuring one or more Amazon VPC network interfaces for this endpoint. -
OPERATIONAL: The Amazon VPC network interfaces for this endpoint are correctly configured and able to pass inbound or outbound DNS queries between your network and Resolver. -
UPDATING: Resolver is associating or disassociating one or more network interfaces with this endpoint. -
AUTO_RECOVERING: Resolver is trying to recover one or more of the network interfaces that are associated with this endpoint. During the recovery process, the endpoint functions with limited capacity because of the limit on the number of DNS queries per IP address (per network interface). For the current limit, see Limits on Route 53 Resolver. -
ACTION_NEEDED: This endpoint is unhealthy, and Resolver can't automatically recover it. To resolve the problem, we recommend that you check each IP address that you associated with the endpoint. For each IP address that isn't available, add another IP address and then delete the IP address that isn't available. (An endpoint must always include at least two IP addresses.) A status of ACTION_NEEDED can have a variety of causes. Here are two common causes: -
One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC. -
The network interface couldn't be created for some reason that's outside the control of Resolver. -
DELETING: Resolver is deleting this endpoint and the associated network interfaces.
- resolver_endpoint.status_message
A detailed description of the status of the Resolver endpoint.
|