_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_info_list
The list of applications. | STRUCT( "account_id" VARCHAR, "resource_group_name" VARCHAR, "life_cycle" VARCHAR, "ops_item_sns_topic_arn" VARCHAR, "ops_center_enabled" BOOLEAN, "cwe_monitor_enabled" BOOLEAN, "remarks" VARCHAR, "auto_config_enabled" BOOLEAN, "discovery_type" VARCHAR, "attach_missing_permission" BOOLEAN )[] |
Show child fields- application_info_list[]
Show child fields- application_info_list[].account_id
The AWS account ID for the owner of the application.
- application_info_list[].attach_missing_permission
If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
- application_info_list[].auto_config_enabled
Indicates whether auto-configuration is turned on for this application.
- application_info_list[].cwe_monitor_enabled
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.
- application_info_list[].discovery_type
The method used by Application Insights to onboard your resources.
- application_info_list[].life_cycle
The lifecycle of the application.
- application_info_list[].ops_center_enabled
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
- application_info_list[].ops_item_sns_topic_arn
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
- application_info_list[].remarks
The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include: -
“Configuring application, detected 1 Errors, 3 Warnings” -
“Configuring application, detected 1 Unconfigured Components”
- application_info_list[].resource_group_name
The name of the resource group used for the application.
|