GetNetworkInsightsPathResult

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the selected Network Insights Path.

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Protocol.

Link copied to clipboard

AWS resource that is the source of the path.

Link copied to clipboard

ARN of the source.

Link copied to clipboard

IP address of the AWS resource that is the source of the path.

Link copied to clipboard

Map of tags assigned to the resource.