Skip to main content

network_insights_analysis

Gets an individual network_insights_analysis resource

Overview

Namenetwork_insights_analysis
TypeResource
Descriptionnetwork_insights_analysis
Idawscc.ec2.network_insights_analysis

Fields

NameDatatypeDescription
statusstring
return_path_componentsarray
network_insights_analysis_idstring
network_insights_path_idstring
network_path_foundboolean
suggested_accountsarray
filter_in_arnsarray
network_insights_analysis_arnstring
status_messagestring
start_datestring
alternate_path_hintsarray
explanationsarray
forward_path_componentsarray
additional_accountsarray
tagsarray
regionstringAWS 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