network_insights_analysis_tags
Expands all tag keys and values for network_insights_analyses
in a region
Overview
Name | network_insights_analysis_tags |
Type | Resource |
Description | Resource schema for AWS::EC2::NetworkInsightsAnalysis |
Id | aws.ec2.network_insights_analysis_tags |
Fields
Name | Datatype | Description |
---|---|---|
status | string | |
return_path_components | array | |
network_insights_analysis_id | string | |
network_insights_path_id | string | |
network_path_found | boolean | |
suggested_accounts | array | |
filter_in_arns | array | |
network_insights_analysis_arn | string | |
status_message | string | |
start_date | string | |
alternate_path_hints | array | |
explanations | array | |
forward_path_components | array | |
additional_accounts | array | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all network_insights_analyses
in a region.
SELECT
region,
status,
return_path_components,
network_insights_analysis_id,
network_insights_path_id,
network_path_found,
suggested_accounts,
filter_in_arns,
network_insights_analysis_arn,
status_message,
start_date,
alternate_path_hints,
explanations,
forward_path_components,
additional_accounts,
tag_key,
tag_value
FROM aws.ec2.network_insights_analysis_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the network_insights_analysis_tags
resource, see network_insights_analyses