_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 )[] )[] ) ) |
associated_applications
The associated application group the server belongs to, as defined in AWS Application Discovery Service. | STRUCT( "id" VARCHAR, "name" VARCHAR )[] |
server_detail
Detailed information about the server. | STRUCT( "antipattern_report_s3_object" STRUCT( "s3_bucket" VARCHAR, "s3key" VARCHAR ), "antipattern_report_status" VARCHAR, "antipattern_report_status_message" VARCHAR, "application_component_strategy_summary" STRUCT( "count" BIGINT, "strategy" VARCHAR )[], "data_collection_status" VARCHAR, "id" VARCHAR, "last_analyzed_timestamp" TIMESTAMP_S, "list_antipattern_severity_summary" STRUCT( "count" BIGINT, "severity" VARCHAR )[], "name" VARCHAR, "recommendation_set" STRUCT( "strategy" VARCHAR, "target_destination" VARCHAR, "transformation_tool" STRUCT( "description" VARCHAR, "name" VARCHAR, "tranformation_tool_installation_link" VARCHAR ) ), "server_error" STRUCT( "server_error_category" VARCHAR ), "server_type" VARCHAR, "status_message" VARCHAR, "system_info" STRUCT( "cpu_architecture" VARCHAR, "file_system_type" VARCHAR, "network_info_list" STRUCT( "interface_name" VARCHAR, "ip_address" VARCHAR, "mac_address" VARCHAR, "net_mask" VARCHAR )[], "os_info" STRUCT( "type" VARCHAR, "version" VARCHAR ) ) ) |