Skip to main content

network_insights_analysis

Gets or operates on an individual network_insights_analysis resource, use network_insights_analyses to retrieve a list of resources or to create a resource.

Overview

Namenetwork_insights_analysis
TypeResource
DescriptionResource schema for AWS::EC2::NetworkInsightsAnalysis
Idaws.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

NameAccessible byRequired Params
update_resourceUPDATEdata__Identifier, data__PatchDocument, region
delete_resourceDELETEdata__Identifier, region
get_resourceSELECTdata__Identifier, region

SELECT 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 aws.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