Skip to main content

network_insights_access_scopes

Used to retrieve a list of network_insights_access_scopes in a region or create a network_insights_access_scopes resource, use network_insights_access_scope to operate on an individual resource.

Overview

Namenetwork_insights_access_scopes
TypeResource
DescriptionResource schema for AWS::EC2::NetworkInsightsAccessScope
Idaws.ec2.network_insights_access_scopes

Fields

NameDatatypeDescription
network_insights_access_scope_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
create_resourceINSERTdata__DesiredState, region
list_resourceSELECTregion

SELECT Example

SELECT
region,
network_insights_access_scope_id
FROM aws.ec2.network_insights_access_scopes
WHERE region = 'us-east-1'

Permissions

To operate on the network_insights_access_scopes resource, the following permissions are required:

Create

ec2:CreateNetworkInsightsAccessScope,
ec2:CreateTags,
tiros:CreateQuery

List

ec2:DescribeNetworkInsightsAccessScopes