Creates a path to analyze for reachability.
See https://www.paws-r-sdk.com/docs/ec2_create_network_insights_path/ for full documentation.
ec2_create_network_insights_path(
SourceIp = NULL,
DestinationIp = NULL,
Source,
Destination = NULL,
Protocol,
DestinationPort = NULL,
TagSpecifications = NULL,
DryRun = NULL,
ClientToken,
FilterAtSource = NULL,
FilterAtDestination = NULL
)
The IP address of the source.
The IP address of the destination.
[required] The ID or ARN of the source. If the resource is in another account, you must specify an ARN.
The ID or ARN of the destination. If the resource is in another account, you must specify an ARN.
[required] The protocol.
The destination port.
The tags to add to the path.
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
.
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
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.
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.