_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 )[] )[] ) ) |
application_component_detail
Detailed information about an application component. | STRUCT( "analysis_status" VARCHAR, "antipattern_report_s3_object" STRUCT( "s3_bucket" VARCHAR, "s3key" VARCHAR ), "antipattern_report_status" VARCHAR, "antipattern_report_status_message" VARCHAR, "app_type" VARCHAR, "app_unit_error" STRUCT( "app_unit_error_category" VARCHAR ), "associated_server_id" VARCHAR, "database_config_detail" STRUCT( "secret_name" VARCHAR ), "id" VARCHAR, "inclusion_status" VARCHAR, "last_analyzed_timestamp" TIMESTAMP_S, "list_antipattern_severity_summary" STRUCT( "count" BIGINT, "severity" VARCHAR )[], "more_server_association_exists" BOOLEAN, "name" VARCHAR, "os_driver" VARCHAR, "os_version" VARCHAR, "recommendation_set" STRUCT( "strategy" VARCHAR, "target_destination" VARCHAR, "transformation_tool" STRUCT( "description" VARCHAR, "name" VARCHAR, "tranformation_tool_installation_link" VARCHAR ) ), "resource_sub_type" VARCHAR, "result_list" STRUCT( "analysis_status" STRUCT( "runtime_analysis_status" VARCHAR, "src_code_or_db_analysis_status" VARCHAR ), "analysis_type" VARCHAR, "antipattern_report_result_list" STRUCT( "analyzer_name" STRUCT( "binary_analyzer_name" VARCHAR, "run_time_analyzer_name" VARCHAR, "source_code_analyzer_name" VARCHAR ), "anti_pattern_report_s3_object" STRUCT( "s3_bucket" VARCHAR, "s3key" VARCHAR ), "antipattern_report_status" VARCHAR, "antipattern_report_status_message" VARCHAR )[], "status_message" VARCHAR )[], "runtime_status" VARCHAR, "runtime_status_message" VARCHAR, "source_code_repositories" STRUCT( "branch" VARCHAR, "project_name" VARCHAR, "repository" VARCHAR, "version_control_type" VARCHAR )[], "status_message" VARCHAR ) |