network_insights_access_scope
Gets an individual network_insights_access_scope
resource
Overview
Name | network_insights_access_scope |
Type | Resource |
Description | network_insights_access_scope |
Id | awscc.ec2.network_insights_access_scope |
Fields
Name | Datatype | Description |
---|---|---|
network_insights_access_scope_id | string | |
network_insights_access_scope_arn | string | |
created_date | string | |
updated_date | string | |
tags | array | |
match_paths | array | |
exclude_paths | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
network_insights_access_scope_id,
network_insights_access_scope_arn,
created_date,
updated_date,
tags,
match_paths,
exclude_paths
FROM awscc.ec2.network_insights_access_scope
WHERE data__Identifier = '<NetworkInsightsAccessScopeId>';
Permissions
To operate on the network_insights_access_scope
resource, the following permissions are required:
Read
ec2:DescribeNetworkInsightsAccessScopes,
ec2:GetNetworkInsightsAccessScopeContent
Update
ec2:DescribeNetworkInsightsAccessScopes,
ec2:GetNetworkInsightsAccessScopeContent,
ec2:CreateTags,
ec2:DeleteTags
Delete
ec2:DeleteNetworkInsightsAccessScope,
ec2:DeleteTags