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 What is Reachability Analyzer.
ec2_create_network_insights_path(SourceIp, DestinationIp, Source,
Destination, Protocol, DestinationPort, TagSpecifications, DryRun,
ClientToken)
A list with the following syntax:
list(
NetworkInsightsPath = list(
NetworkInsightsPathId = "string",
NetworkInsightsPathArn = "string",
CreatedDate = as.POSIXct(
"2015-01-01"
),
Source = "string",
Destination = "string",
SourceIp = "string",
DestinationIp = "string",
Protocol = "tcp"|"udp",
DestinationPort = 123,
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
)
The IP address of the AWS resource that is the source of the path.
The IP address of the AWS resource that is the destination of the path.
[required] The AWS resource that is the source of the path.
[required] The AWS resource that is the destination of the path.
[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.
svc$create_network_insights_path(
SourceIp = "string",
DestinationIp = "string",
Source = "string",
Destination = "string",
Protocol = "tcp"|"udp",
DestinationPort = 123,
TagSpecifications = list(
list(
ResourceType = "client-vpn-endpoint"|"customer-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"internet-gateway"|"key-pair"|"launch-template"|"local-gateway-route-table-vpc-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"placement-group"|"reserved-instances"|"route-table"|"security-group"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-route-table"|"volume"|"vpc"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
),
DryRun = TRUE|FALSE,
ClientToken = "string"
)