Skip to content

aws.migrationhubstrategy.get_application_component_details

Example SQL Queries

SELECT * FROM
aws.migrationhubstrategy.get_application_component_details
WHERE
"application_component_id" = 'VALUE';

Description

Retrieves details about an application component.

Table Definition

Column NameColumn Data Type
application_component_id Required Input Column

The ID of the application component. The ID is unique within an AWS account.

VARCHAR
_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
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

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
)
Show child fields
application_component_detail.analysis_status

The status of analysis, if the application component has source code or an associated database.

application_component_detail.antipattern_report_s3_object

The S3 bucket name and the Amazon S3 key name for the anti-pattern report.

Show child fields
application_component_detail.antipattern_report_s3_object.s3_bucket

The S3 bucket name.

application_component_detail.antipattern_report_s3_object.s3key

The Amazon S3 key name.

application_component_detail.antipattern_report_status

The status of the anti-pattern report generation.

application_component_detail.antipattern_report_status_message

The status message for the anti-pattern.

application_component_detail.app_type

The type of application component.

application_component_detail.app_unit_error

The error in the analysis of the source code or database.

Show child fields
application_component_detail.app_unit_error.app_unit_error_category

The category of the error.

application_component_detail.associated_server_id

The ID of the server that the application component is running on.

application_component_detail.database_config_detail

Configuration details for the database associated with the application component.

Show child fields
application_component_detail.database_config_detail.secret_name

AWS Secrets Manager key that holds the credentials that you use to connect to a database.

application_component_detail.id

The ID of the application component.

application_component_detail.inclusion_status

Indicates whether the application component has been included for server recommendation or not.

application_component_detail.last_analyzed_timestamp

The timestamp of when the application component was assessed.

application_component_detail.list_antipattern_severity_summary[]
Show child fields
application_component_detail.list_antipattern_severity_summary[].count

Contains the count of anti-patterns.

application_component_detail.list_antipattern_severity_summary[].severity

Contains the severity of anti-patterns.

application_component_detail.more_server_association_exists

Set to true if the application component is running on multiple servers.

application_component_detail.name

The name of application component.

application_component_detail.os_driver

OS driver.

application_component_detail.os_version

OS version.

application_component_detail.recommendation_set

The top recommendation set for the application component.

Show child fields
application_component_detail.recommendation_set.strategy

The recommended strategy.

application_component_detail.recommendation_set.target_destination

The recommended target destination.

application_component_detail.recommendation_set.transformation_tool

The target destination for the recommendation set.

Show child fields
application_component_detail.recommendation_set.transformation_tool.description

Description of the tool.

application_component_detail.recommendation_set.transformation_tool.name

Name of the tool.

application_component_detail.recommendation_set.transformation_tool.tranformation_tool_installation_link

URL for installing the tool.

application_component_detail.resource_sub_type

The application component subtype.

application_component_detail.result_list[]
Show child fields
application_component_detail.result_list[].analysis_status

The error in server analysis.

Show child fields
application_component_detail.result_list[].analysis_status.runtime_analysis_status

The status of the analysis.

application_component_detail.result_list[].analysis_status.src_code_or_db_analysis_status

The status of the source code or database analysis.

application_component_detail.result_list[].analysis_type

The error in server analysis.

application_component_detail.result_list[].antipattern_report_result_list[]
Show child fields
application_component_detail.result_list[].antipattern_report_result_list[].analyzer_name

The analyzer name.

Show child fields
application_component_detail.result_list[].antipattern_report_result_list[].analyzer_name.binary_analyzer_name

The binary analyzer names.

application_component_detail.result_list[].antipattern_report_result_list[].analyzer_name.run_time_analyzer_name

The assessment analyzer names.

application_component_detail.result_list[].antipattern_report_result_list[].analyzer_name.source_code_analyzer_name

The source code analyzer names.

application_component_detail.result_list[].antipattern_report_result_list[].anti_pattern_report_s3_object

Contains the S3 bucket name and the Amazon S3 key name.

Show child fields
application_component_detail.result_list[].antipattern_report_result_list[].anti_pattern_report_s3_object.s3_bucket

The S3 bucket name.

application_component_detail.result_list[].antipattern_report_result_list[].anti_pattern_report_s3_object.s3key

The Amazon S3 key name.

application_component_detail.result_list[].antipattern_report_result_list[].antipattern_report_status

The status of the anti-pattern report generation.

application_component_detail.result_list[].antipattern_report_result_list[].antipattern_report_status_message

The status message for the anti-pattern.

application_component_detail.result_list[].status_message

The error in server analysis.

application_component_detail.runtime_status

The status of the application unit.

application_component_detail.runtime_status_message

The status message for the application unit.

application_component_detail.source_code_repositories[]
Show child fields
application_component_detail.source_code_repositories[].branch

The branch of the source code.

application_component_detail.source_code_repositories[].project_name

The name of the project.

application_component_detail.source_code_repositories[].repository

The repository name for the source code.

application_component_detail.source_code_repositories[].version_control_type

The type of repository to use for the source code.

application_component_detail.status_message

A detailed description of the analysis status and any failure message.

associated_applications

The associated application group as defined in AWS Application Discovery Service.

STRUCT(
"id" VARCHAR,
"name" VARCHAR
)[]
Show child fields
associated_applications[]
Show child fields
associated_applications[].id

ID of the application as defined in Application Discovery Service.

associated_applications[].name

Name of the application as defined in Application Discovery Service.

associated_server_ids

A list of the IDs of the servers on which the application component is running.

VARCHAR[]
Show child fields
associated_server_ids[]
more_application_resource

Set to true if the application component belongs to more than one application group.

BOOLEAN