AWS::EC2::NetworkInsightsPathResource schema for AWS::EC2::NetworkInsightsPath
9 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Protocol | string | RequiredCreate-only |
Source | string | RequiredCreate-only |
Destination | string | Create-only |
DestinationIp | string | Create-only |
DestinationPort | integer | Create-only |
FilterAtDestination | PathFilter | Create-only |
FilterAtSource | PathFilter | Create-only |
SourceIp | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedDate | string | - |
DestinationArn | string | - |
NetworkInsightsPathArn | string | - |
NetworkInsightsPathId | string | - |
SourceArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::NetworkInsightsPath
Resources:
MyResource:
Type: AWS::EC2::NetworkInsightsPath
Properties:
Protocol: "value"
Source: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateNetworkInsightsPathec2:CreateTagsec2:DeleteNetworkInsightsPathec2:DeleteTagsec2:DescribeNetworkInsightsPathsec2:DescribeNetworkInsightsPathsec2:DescribeNetworkInsightsPathsec2:CreateTagsec2:DeleteTagsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicNetworkInsightsPathIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SourceIpDestinationIpSourceDestinationProtocolDestinationPortFilterAtSourceFilterAtDestination