_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 )[] )[] ) ) |
vpn_connections
Information about one or more VPN connections. | STRUCT( "customer_gateway_configuration" VARCHAR, "customer_gateway_id" VARCHAR, "category" VARCHAR, "state" VARCHAR, "type" VARCHAR, "vpn_connection_id" VARCHAR, "vpn_gateway_id" VARCHAR, "transit_gateway_id" VARCHAR, "core_network_arn" VARCHAR, "core_network_attachment_arn" VARCHAR, "gateway_association_state" VARCHAR, "options" STRUCT( "enable_acceleration" BOOLEAN, "static_routes_only" BOOLEAN, "local_ipv4_network_cidr" VARCHAR, "remote_ipv4_network_cidr" VARCHAR, "local_ipv6_network_cidr" VARCHAR, "remote_ipv6_network_cidr" VARCHAR, "outside_ip_address_type" VARCHAR, "transport_transit_gateway_attachment_id" VARCHAR, "tunnel_inside_ip_version" VARCHAR, "tunnel_options" STRUCT( "outside_ip_address" VARCHAR, "tunnel_inside_cidr" VARCHAR, "tunnel_inside_ipv6_cidr" VARCHAR, "pre_shared_key" VARCHAR, "phase1_lifetime_seconds" BIGINT, "phase2_lifetime_seconds" BIGINT, "rekey_margin_time_seconds" BIGINT, "rekey_fuzz_percentage" BIGINT, "replay_window_size" BIGINT, "dpd_timeout_seconds" BIGINT, "dpd_timeout_action" VARCHAR, "phase1_encryption_algorithms" STRUCT( "value" VARCHAR )[], "phase2_encryption_algorithms" STRUCT( "value" VARCHAR )[], "phase1_integrity_algorithms" STRUCT( "value" VARCHAR )[], "phase2_integrity_algorithms" STRUCT( "value" VARCHAR )[], "phase1_dh_group_numbers" STRUCT( "value" BIGINT )[], "phase2_dh_group_numbers" STRUCT( "value" BIGINT )[], "ike_versions" STRUCT( "value" VARCHAR )[], "startup_action" VARCHAR, "log_options" STRUCT( "cloud_watch_log_options" STRUCT( "log_enabled" BOOLEAN, "log_group_arn" VARCHAR, "log_output_format" VARCHAR ) ), "enable_tunnel_lifecycle_control" BOOLEAN )[] ), "routes" STRUCT( "destination_cidr_block" VARCHAR, "source" VARCHAR, "state" VARCHAR )[], "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "vgw_telemetry" STRUCT( "accepted_route_count" BIGINT, "last_status_change" TIMESTAMP_S, "outside_ip_address" VARCHAR, "status" VARCHAR, "status_message" VARCHAR, "certificate_arn" VARCHAR )[] )[] |