network_insights_analysis
Gets an individual network_insights_analysis
resource
Overview
Name | network_insights_analysis |
Type | Resource |
Description | network_insights_analysis |
Id | awscc.ec2.network_insights_analysis |
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 | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
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,
tags
FROM awscc.ec2.network_insights_analysis
WHERE data__Identifier = '<NetworkInsightsAnalysisId>';
Permissions
To operate on the network_insights_analysis
resource, the following permissions are required:
Read
ec2:Describe*
Update
ec2:CreateTags,
ec2:Describe*,
ec2:DeleteTags
Delete
ec2:DeleteNetworkInsightsAnalysis,
ec2:DeleteTags