network_insights_path
Gets an individual network_insights_path
resource
Overview
Name | network_insights_path |
Type | Resource |
Description | network_insights_path |
Id | awscc.ec2.network_insights_path |
Fields
Name | Datatype | Description |
---|---|---|
network_insights_path_id | string | |
network_insights_path_arn | string | |
created_date | string | |
source_ip | string | |
filter_at_source | object | |
filter_at_destination | object | |
destination_ip | string | |
source | string | |
destination | string | |
source_arn | string | |
destination_arn | string | |
protocol | string | |
destination_port | integer | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
network_insights_path_id,
network_insights_path_arn,
created_date,
source_ip,
filter_at_source,
filter_at_destination,
destination_ip,
source,
destination,
source_arn,
destination_arn,
protocol,
destination_port,
tags
FROM awscc.ec2.network_insights_path
WHERE data__Identifier = '<NetworkInsightsPathId>';
Permissions
To operate on the network_insights_path
resource, the following permissions are required:
Delete
ec2:DeleteNetworkInsightsPath,
ec2:DeleteTags
Read
ec2:DescribeNetworkInsightsPaths
Update
ec2:DescribeNetworkInsightsPaths,
ec2:CreateTags,
ec2:DeleteTags