AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::NetworkInsightsAccessScope

EC2 NetworkInsightsAccessScope

Resource schema for AWS::EC2::NetworkInsightsAccessScope

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ExcludePaths
Array<AccessScopePathRequest>
Create-onlyWrite-only
MatchPaths
Array<AccessScopePathRequest>
Create-onlyWrite-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedDatestring-
NetworkInsightsAccessScopeArnstring-
NetworkInsightsAccessScopeIdstring-
UpdatedDatestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::NetworkInsightsAccessScope

Resources:
  MyResource:
    Type: AWS::EC2::NetworkInsightsAccessScope
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ec2:CreateNetworkInsightsAccessScopeec2:CreateTagstiros:CreateQuery

read

ec2:DescribeNetworkInsightsAccessScopesec2:GetNetworkInsightsAccessScopeContent

update

ec2:DescribeNetworkInsightsAccessScopesec2:GetNetworkInsightsAccessScopeContentec2:CreateTagsec2:DeleteTags

delete

ec2:DeleteNetworkInsightsAccessScopeec2:DeleteTags

list

ec2:DescribeNetworkInsightsAccessScopes

Get the EC2 Cheat Sheet

Everything you need to know about EC2 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceEC2
Properties7
Required0
TaggingSupported
Primary IDNetworkInsightsAccessScopeId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

MatchPathsExcludePaths

External Links