_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 )[] )[] ) ) |
assessment_summary
An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns. | STRUCT( "antipattern_report_s3_object" STRUCT( "s3_bucket" VARCHAR, "s3key" VARCHAR ), "antipattern_report_status" VARCHAR, "antipattern_report_status_message" VARCHAR, "last_analyzed_timestamp" TIMESTAMP_S, "list_antipattern_severity_summary" STRUCT( "count" BIGINT, "severity" VARCHAR )[], "list_application_component_status_summary" STRUCT( "count" BIGINT, "src_code_or_db_analysis_status" VARCHAR )[], "list_application_component_strategy_summary" STRUCT( "count" BIGINT, "strategy" VARCHAR )[], "list_application_component_summary" STRUCT( "app_type" VARCHAR, "count" BIGINT )[], "list_server_status_summary" STRUCT( "count" BIGINT, "run_time_assessment_status" VARCHAR )[], "list_server_strategy_summary" STRUCT( "count" BIGINT, "strategy" VARCHAR )[], "list_server_summary" STRUCT( "server_os_type" VARCHAR, "count" BIGINT )[] ) |