_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 )[] )[] ) ) |
connect_attachment
Details about the Connect attachment. | STRUCT( "attachment" STRUCT( "core_network_id" VARCHAR, "core_network_arn" VARCHAR, "attachment_id" VARCHAR, "owner_account_id" VARCHAR, "attachment_type" VARCHAR, "state" VARCHAR, "edge_location" VARCHAR, "resource_arn" VARCHAR, "attachment_policy_rule_number" BIGINT, "segment_name" VARCHAR, "network_function_group_name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "proposed_segment_change" STRUCT( "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "attachment_policy_rule_number" BIGINT, "segment_name" VARCHAR ), "proposed_network_function_group_change" STRUCT( "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "attachment_policy_rule_number" BIGINT, "network_function_group_name" VARCHAR ), "created_at" TIMESTAMP_S, "updated_at" TIMESTAMP_S, "last_modification_errors" STRUCT( "code" VARCHAR, "message" VARCHAR, "resource_arn" VARCHAR, "request_id" VARCHAR )[] ), "transport_attachment_id" VARCHAR, "options" STRUCT( "protocol" VARCHAR ) ) |