_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 )[] )[] ) ) |
control_panel
Information about the control panel. | STRUCT( "cluster_arn" VARCHAR, "control_panel_arn" VARCHAR, "default_control_panel" BOOLEAN, "name" VARCHAR, "routing_control_count" BIGINT, "status" VARCHAR, "owner" VARCHAR ) |
Show child fields- control_panel.cluster_arn
The Amazon Resource Name (ARN) of the cluster that includes the control panel.
- control_panel.control_panel_arn
The Amazon Resource Name (ARN) of the control panel.
- control_panel.default_control_panel
A flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default control panel for a cluster. When you create a cluster, Amazon Route 53 Application Recovery Controller creates a control panel, and sets this flag for that control panel. If you create a control panel yourself, this flag is set to false.
- control_panel.name
The name of the control panel. You can use any non-white space character in the name.
- control_panel.owner
The Amazon Web Services account ID of the control panel owner.
- control_panel.routing_control_count
The number of routing controls in the control panel.
- control_panel.status
The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
|