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<NetworkInsightsPathTagArgs>>? = null) : ConvertibleToJava<NetworkInsightsPathArgs>

Resource schema for AWS::EC2::NetworkInsightsPath

Constructors

Link copied to clipboard
fun NetworkInsightsPathArgs(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<NetworkInsightsPathTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val destination: Output<String>? = null
Link copied to clipboard
val destinationIp: Output<String>? = null
Link copied to clipboard
val destinationPort: Output<Int>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val source: Output<String>? = null
Link copied to clipboard
val sourceIp: Output<String>? = null
Link copied to clipboard
val tags: Output<List<NetworkInsightsPathTagArgs>>? = null