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