NetworkInsightsPathArgs

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
val destination: Output<String>? = null

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

Link copied to clipboard
val destinationIp: Output<String>? = null

The IP address of the destination.

Link copied to clipboard
val destinationPort: Output<Int>? = null

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.

Link copied to clipboard
val source: Output<String>? = null

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

Link copied to clipboard
val sourceIp: Output<String>? = null

The IP address of the source.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags to add to the path.

Functions

Link copied to clipboard
open override fun toJava(): NetworkInsightsPathArgs