_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 )[] )[] ) ) |
bridge
A Bridge is the connection between your datacenter's Instances and the AWS cloud. A bridge can be used to send video from the AWS cloud to your datacenter or from your datacenter to the AWS cloud. | STRUCT( "bridge_arn" VARCHAR, "bridge_messages" STRUCT( "code" VARCHAR, "message" VARCHAR, "resource_name" VARCHAR )[], "bridge_state" VARCHAR, "egress_gateway_bridge" STRUCT( "instance_id" VARCHAR, "max_bitrate" BIGINT ), "ingress_gateway_bridge" STRUCT( "instance_id" VARCHAR, "max_bitrate" BIGINT, "max_outputs" BIGINT ), "name" VARCHAR, "outputs" STRUCT( "flow_output" STRUCT( "flow_arn" VARCHAR, "flow_source_arn" VARCHAR, "name" VARCHAR ), "network_output" STRUCT( "ip_address" VARCHAR, "name" VARCHAR, "network_name" VARCHAR, "port" BIGINT, "protocol" VARCHAR, "ttl" BIGINT ) )[], "placement_arn" VARCHAR, "source_failover_config" STRUCT( "failover_mode" VARCHAR, "recovery_window" BIGINT, "source_priority" STRUCT( "primary_source" VARCHAR ), "state" VARCHAR ), "sources" STRUCT( "flow_source" STRUCT( "flow_arn" VARCHAR, "flow_vpc_interface_attachment" STRUCT( "vpc_interface_name" VARCHAR ), "name" VARCHAR, "output_arn" VARCHAR ), "network_source" STRUCT( "multicast_ip" VARCHAR, "name" VARCHAR, "network_name" VARCHAR, "port" BIGINT, "protocol" VARCHAR ) )[] ) |