GetNetworkInsightsAnalysisResult

data class GetNetworkInsightsAnalysisResult(val alternatePathHints: List<GetNetworkInsightsAnalysisAlternatePathHint>, val arn: String, val explanations: List<GetNetworkInsightsAnalysisExplanation>, val filterInArns: List<String>, val filters: List<GetNetworkInsightsAnalysisFilter>? = null, val forwardPathComponents: List<GetNetworkInsightsAnalysisForwardPathComponent>, val id: String, val networkInsightsAnalysisId: String, val networkInsightsPathId: String, val pathFound: Boolean, val returnPathComponents: List<GetNetworkInsightsAnalysisReturnPathComponent>, val startDate: String, val status: String, val statusMessage: String, val tags: Map<String, String>, val warningMessage: String)

A collection of values returned by getNetworkInsightsAnalysis.

Constructors

Link copied to clipboard
constructor(alternatePathHints: List<GetNetworkInsightsAnalysisAlternatePathHint>, arn: String, explanations: List<GetNetworkInsightsAnalysisExplanation>, filterInArns: List<String>, filters: List<GetNetworkInsightsAnalysisFilter>? = null, forwardPathComponents: List<GetNetworkInsightsAnalysisForwardPathComponent>, id: String, networkInsightsAnalysisId: String, networkInsightsPathId: String, pathFound: Boolean, returnPathComponents: List<GetNetworkInsightsAnalysisReturnPathComponent>, startDate: String, status: String, statusMessage: String, tags: Map<String, String>, warningMessage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Potential intermediate components of a feasible path.

Link copied to clipboard
val arn: String

ARN of the selected Network Insights Analysis.

Link copied to clipboard

Explanation codes for an unreachable path.

Link copied to clipboard

ARNs of the AWS resources that the path must traverse.

Link copied to clipboard
Link copied to clipboard

The components in the path from source to destination.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ID of the path.

Link copied to clipboard

Set to true if the destination was reachable.

Link copied to clipboard

The components in the path from destination to source.

Link copied to clipboard

Date/time the analysis was started.

Link copied to clipboard

Status of the analysis. succeeded means the analysis was completed, not that a path was found, for that see path_found.

Link copied to clipboard

Message to provide more context when the status is failed.

Link copied to clipboard
Link copied to clipboard

Warning message.