Get Network Insights Path Result
data class GetNetworkInsightsPathResult(val arn: String, val destination: String, val destinationArn: String, val destinationIp: String, val destinationPort: Int, val filters: List<GetNetworkInsightsPathFilter>? = null, val id: String, val networkInsightsPathId: String, val protocol: String, val source: String, val sourceArn: String, val sourceIp: String, val tags: Map<String, String>)
A collection of values returned by getNetworkInsightsPath.
Constructors
Link copied to clipboard
fun GetNetworkInsightsPathResult(arn: String, destination: String, destinationArn: String, destinationIp: String, destinationPort: Int, filters: List<GetNetworkInsightsPathFilter>? = null, id: String, networkInsightsPathId: String, protocol: String, source: String, sourceArn: String, sourceIp: String, tags: Map<String, String>)