Get Network Insights Analysis Result
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)
Properties
Link copied to clipboard
Potential intermediate components of a feasible path.
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
Link copied to clipboard
The ID of the path.
Link copied to clipboard
The components in the path from destination to source.
Link copied to clipboard
Message to provide more context when the status
is failed
.
Link copied to clipboard
Warning message.