Skip to content

/AWS1/CL_EC2=>CREATENETWORKINSIGHTSPATH()

About CreateNetworkInsightsPath

Creates a path to analyze for reachability.

Reachability Analyzer enables you to analyze and debug network reachability between two resources in your virtual private cloud (VPC). For more information, see the Reachability Analyzer Guide.

Method Signature

IMPORTING

Required arguments:

IV_SOURCE TYPE /AWS1/EC2NETWORKINSIGHTSRESR00 /AWS1/EC2NETWORKINSIGHTSRESR00

The ID or ARN of the source. If the resource is in another account, you must specify an ARN.

IV_PROTOCOL TYPE /AWS1/EC2PROTOCOL /AWS1/EC2PROTOCOL

The protocol.

IV_CLIENTTOKEN TYPE /AWS1/EC2STRING /AWS1/EC2STRING

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

Optional arguments:

IV_SOURCEIP TYPE /AWS1/EC2IPADDRESS /AWS1/EC2IPADDRESS

The IP address of the source.

IV_DESTINATIONIP TYPE /AWS1/EC2IPADDRESS /AWS1/EC2IPADDRESS

The IP address of the destination.

IV_DESTINATION TYPE /AWS1/EC2NETWORKINSIGHTSRESR00 /AWS1/EC2NETWORKINSIGHTSRESR00

The ID or ARN of the destination. If the resource is in another account, you must specify an ARN.

IV_DESTINATIONPORT TYPE /AWS1/EC2PORT /AWS1/EC2PORT

The destination port.

IT_TAGSPECIFICATIONS TYPE /AWS1/CL_EC2TAGSPECIFICATION=>TT_TAGSPECIFICATIONLIST TT_TAGSPECIFICATIONLIST

The tags to add to the path.

IV_DRYRUN TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

IO_FILTERATSOURCE TYPE REF TO /AWS1/CL_EC2PATHREQUESTFILTER /AWS1/CL_EC2PATHREQUESTFILTER

Scopes the analysis to network paths that match specific filters at the source. If you specify this parameter, you can't specify the parameters for the source IP address or the destination port.

IO_FILTERATDESTINATION TYPE REF TO /AWS1/CL_EC2PATHREQUESTFILTER /AWS1/CL_EC2PATHREQUESTFILTER

Scopes the analysis to network paths that match specific filters at the destination. If you specify this parameter, you can't specify the parameter for the destination IP address.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EC2CRENETWORKINSIGH03 /AWS1/CL_EC2CRENETWORKINSIGH03