GetNetworkInsightsAnalysisResult

data class GetNetworkInsightsAnalysisResult(val additionalAccounts: List<String>? = null, val alternatePathHints: List<NetworkInsightsAnalysisAlternatePathHint>? = null, val explanations: List<NetworkInsightsAnalysisExplanation>? = null, val forwardPathComponents: List<NetworkInsightsAnalysisPathComponent>? = null, val networkInsightsAnalysisArn: String? = null, val networkInsightsAnalysisId: String? = null, val networkPathFound: Boolean? = null, val returnPathComponents: List<NetworkInsightsAnalysisPathComponent>? = null, val startDate: String? = null, val status: NetworkInsightsAnalysisStatus? = null, val statusMessage: String? = null, val suggestedAccounts: List<String>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(additionalAccounts: List<String>? = null, alternatePathHints: List<NetworkInsightsAnalysisAlternatePathHint>? = null, explanations: List<NetworkInsightsAnalysisExplanation>? = null, forwardPathComponents: List<NetworkInsightsAnalysisPathComponent>? = null, networkInsightsAnalysisArn: String? = null, networkInsightsAnalysisId: String? = null, networkPathFound: Boolean? = null, returnPathComponents: List<NetworkInsightsAnalysisPathComponent>? = null, startDate: String? = null, status: NetworkInsightsAnalysisStatus? = null, statusMessage: String? = null, suggestedAccounts: List<String>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The member accounts that contain resources that the path can traverse.

Link copied to clipboard

Potential intermediate components.

Link copied to clipboard

The explanations. For more information, see Reachability Analyzer explanation codes .

Link copied to clipboard

The components in the path from source to destination.

Link copied to clipboard

The Amazon Resource Name (ARN) of the network insights analysis.

Link copied to clipboard

The ID of the network insights analysis.

Link copied to clipboard

Indicates whether the destination is reachable from the source.

Link copied to clipboard

The components in the path from destination to source.

Link copied to clipboard
val startDate: String? = null

The time the analysis started.

Link copied to clipboard

The status of the network insights analysis.

Link copied to clipboard
val statusMessage: String? = null

The status message, if the status is failed .

Link copied to clipboard

The IDs of potential intermediate accounts.

Link copied to clipboard
val tags: List<Tag>? = null

The tags to apply.