Get Network Insights Path Result
data class GetNetworkInsightsPathResult(val arn: String, val destination: String, val destinationArn: String, val destinationIp: String, val destinationPort: Int, val filterAtDestinations: List<GetNetworkInsightsPathFilterAtDestination>, val filterAtSources: List<GetNetworkInsightsPathFilterAtSource>, 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
constructor(arn: String, destination: String, destinationArn: String, destinationIp: String, destinationPort: Int, filterAtDestinations: List<GetNetworkInsightsPathFilterAtDestination>, filterAtSources: List<GetNetworkInsightsPathFilterAtSource>, filters: List<GetNetworkInsightsPathFilter>? = null, id: String, networkInsightsPathId: String, protocol: String, source: String, sourceArn: String, sourceIp: String, tags: Map<String, String>)
Properties
Link copied to clipboard
AWS resource that is the destination of the path.
Link copied to clipboard
ARN of the destination.
Link copied to clipboard
IP address of the AWS resource that is the destination of the path.
Link copied to clipboard
Destination port.
Link copied to clipboard
Filters of the network paths at the destination.
Link copied to clipboard
Filters of the network paths at the source.
Link copied to clipboard
Link copied to clipboard