Network Insights Path Args
data class NetworkInsightsPathArgs(val destination: Output<String>? = null, val destinationIp: Output<String>? = null, val destinationPort: Output<Int>? = null, val filterAtDestination: Output<NetworkInsightsPathPathFilterArgs>? = null, val filterAtSource: Output<NetworkInsightsPathPathFilterArgs>? = null, val protocol: Output<NetworkInsightsPathProtocol>? = null, val source: Output<String>? = null, val sourceIp: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<NetworkInsightsPathArgs>
Resource schema for AWS::EC2::NetworkInsightsPath
Constructors
Link copied to clipboard
constructor(destination: Output<String>? = null, destinationIp: Output<String>? = null, destinationPort: Output<Int>? = null, filterAtDestination: Output<NetworkInsightsPathPathFilterArgs>? = null, filterAtSource: Output<NetworkInsightsPathPathFilterArgs>? = null, protocol: Output<NetworkInsightsPathProtocol>? = null, source: Output<String>? = null, sourceIp: Output<String>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
The ID or ARN of the destination. If the resource is in another account, you must specify an ARN.
Link copied to clipboard
The IP address of the destination.
Link copied to clipboard
The destination port.
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
The protocol.