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<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)