_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 )[] )[] ) ) |
route_analysis
The route analysis. | STRUCT( "global_network_id" VARCHAR, "owner_account_id" VARCHAR, "route_analysis_id" VARCHAR, "start_timestamp" TIMESTAMP_S, "status" VARCHAR, "source" STRUCT( "transit_gateway_attachment_arn" VARCHAR, "transit_gateway_arn" VARCHAR, "ip_address" VARCHAR ), "destination" STRUCT( "transit_gateway_attachment_arn" VARCHAR, "transit_gateway_arn" VARCHAR, "ip_address" VARCHAR ), "include_return_path" BOOLEAN, "use_middleboxes" BOOLEAN, "forward_path" STRUCT( "completion_status" STRUCT( "result_code" VARCHAR, "reason_code" VARCHAR, "reason_context" MAP(VARCHAR, VARCHAR) ), "path" STRUCT( "sequence" BIGINT, "resource" STRUCT( "registered_gateway_arn" VARCHAR, "resource_arn" VARCHAR, "resource_type" VARCHAR, "definition" VARCHAR, "name_tag" VARCHAR, "is_middlebox" BOOLEAN ), "destination_cidr_block" VARCHAR )[] ), "return_path" STRUCT( "completion_status" STRUCT( "result_code" VARCHAR, "reason_code" VARCHAR, "reason_context" MAP(VARCHAR, VARCHAR) ), "path" STRUCT( "sequence" BIGINT, "resource" STRUCT( "registered_gateway_arn" VARCHAR, "resource_arn" VARCHAR, "resource_type" VARCHAR, "definition" VARCHAR, "name_tag" VARCHAR, "is_middlebox" BOOLEAN ), "destination_cidr_block" VARCHAR )[] ) ) |
Show child fields- route_analysis.destination
The destination. Show child fields- route_analysis.destination.ip_address
The IP address.
- route_analysis.destination.transit_gateway_arn
The ARN of the transit gateway.
- route_analysis.destination.transit_gateway_attachment_arn
The ARN of the transit gateway attachment.
- route_analysis.forward_path
The forward path. Show child fields- route_analysis.forward_path.completion_status
The status of the analysis at completion. Show child fields- route_analysis.forward_path.completion_status.reason_code
The reason code. Available only if a connection is not found. -
BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND - Found a black hole route with the destination CIDR block. -
CYCLIC_PATH_DETECTED - Found the same resource multiple times while traversing the path. -
INACTIVE_ROUTE_FOR_DESTINATION_FOUND - Found an inactive route with the destination CIDR block. -
MAX_HOPS_EXCEEDED - Analysis exceeded 64 hops without finding the destination. -
ROUTE_NOT_FOUND - Cannot find a route table with the destination CIDR block. -
TGW_ATTACH_ARN_NO_MATCH - Found an attachment, but not with the correct destination ARN. -
TGW_ATTACH_NOT_FOUND - Cannot find an attachment. -
TGW_ATTACH_NOT_IN_TGW - Found an attachment, but not to the correct transit gateway. -
TGW_ATTACH_STABLE_ROUTE_TABLE_NOT_FOUND - The state of the route table association is not associated.
- route_analysis.forward_path.completion_status.reason_context
Additional information about the path. Available only if a connection is not found.
- route_analysis.forward_path.completion_status.result_code
The result of the analysis. If the status is NOT_CONNECTED, check the reason code.
- route_analysis.forward_path.path[]
Show child fields- route_analysis.forward_path.path[].destination_cidr_block
The destination CIDR block in the route table.
- route_analysis.forward_path.path[].resource
The resource. Show child fields- route_analysis.forward_path.path[].resource.definition
Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.
- route_analysis.forward_path.path[].resource.is_middlebox
Indicates whether this is a middlebox appliance.
- route_analysis.forward_path.path[].resource.name_tag
The value for the Name tag.
- route_analysis.forward_path.path[].resource.registered_gateway_arn
The ARN of the gateway.
- route_analysis.forward_path.path[].resource.resource_arn
The ARN of the resource.
- route_analysis.forward_path.path[].resource.resource_type
The resource type.
- route_analysis.forward_path.path[].sequence
The sequence number in the path. The destination is 0.
- route_analysis.global_network_id
The ID of the global network.
- route_analysis.include_return_path
Indicates whether to analyze the return path. The return path is not analyzed if the forward path analysis does not succeed.
- route_analysis.owner_account_id
The ID of the AWS account that created the route analysis.
- route_analysis.return_path
The return path. Show child fields- route_analysis.return_path.completion_status
The status of the analysis at completion. Show child fields- route_analysis.return_path.completion_status.reason_code
The reason code. Available only if a connection is not found. -
BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND - Found a black hole route with the destination CIDR block. -
CYCLIC_PATH_DETECTED - Found the same resource multiple times while traversing the path. -
INACTIVE_ROUTE_FOR_DESTINATION_FOUND - Found an inactive route with the destination CIDR block. -
MAX_HOPS_EXCEEDED - Analysis exceeded 64 hops without finding the destination. -
ROUTE_NOT_FOUND - Cannot find a route table with the destination CIDR block. -
TGW_ATTACH_ARN_NO_MATCH - Found an attachment, but not with the correct destination ARN. -
TGW_ATTACH_NOT_FOUND - Cannot find an attachment. -
TGW_ATTACH_NOT_IN_TGW - Found an attachment, but not to the correct transit gateway. -
TGW_ATTACH_STABLE_ROUTE_TABLE_NOT_FOUND - The state of the route table association is not associated.
- route_analysis.return_path.completion_status.reason_context
Additional information about the path. Available only if a connection is not found.
- route_analysis.return_path.completion_status.result_code
The result of the analysis. If the status is NOT_CONNECTED, check the reason code.
- route_analysis.return_path.path[]
Show child fields- route_analysis.return_path.path[].destination_cidr_block
The destination CIDR block in the route table.
- route_analysis.return_path.path[].resource
The resource. Show child fields- route_analysis.return_path.path[].resource.definition
Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.
- route_analysis.return_path.path[].resource.is_middlebox
Indicates whether this is a middlebox appliance.
- route_analysis.return_path.path[].resource.name_tag
The value for the Name tag.
- route_analysis.return_path.path[].resource.registered_gateway_arn
The ARN of the gateway.
- route_analysis.return_path.path[].resource.resource_arn
The ARN of the resource.
- route_analysis.return_path.path[].resource.resource_type
The resource type.
- route_analysis.return_path.path[].sequence
The sequence number in the path. The destination is 0.
- route_analysis.route_analysis_id
The ID of the route analysis.
- route_analysis.source
The source. Show child fields- route_analysis.source.ip_address
The IP address.
- route_analysis.source.transit_gateway_arn
The ARN of the transit gateway.
- route_analysis.source.transit_gateway_attachment_arn
The ARN of the transit gateway attachment.
- route_analysis.start_timestamp
The time that the analysis started.
- route_analysis.status
The status of the route analysis.
- route_analysis.use_middleboxes
Indicates whether to include the location of middlebox appliances in the route analysis.
|