NetworkInsightsAnalysisArgs

data class NetworkInsightsAnalysisArgs(val additionalAccounts: Output<List<String>>? = null, val filterInArns: Output<List<String>>? = null, val networkInsightsPathId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<NetworkInsightsAnalysisArgs>

Resource schema for AWS::EC2::NetworkInsightsAnalysis

Constructors

Link copied to clipboard
constructor(additionalAccounts: Output<List<String>>? = null, filterInArns: Output<List<String>>? = null, networkInsightsPathId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val additionalAccounts: Output<List<String>>? = null

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

Link copied to clipboard
val filterInArns: Output<List<String>>? = null

The Amazon Resource Names (ARN) of the resources that the path must traverse.

Link copied to clipboard
val networkInsightsPathId: Output<String>? = null

The ID of the path.

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

The tags to apply.

Functions

Link copied to clipboard
open override fun toJava(): NetworkInsightsAnalysisArgs