Network Insights Analysis Args
data class NetworkInsightsAnalysisArgs(val additionalAccounts: Output<List<String>>? = null, val filterInArns: Output<List<String>>? = null, val filterOutArns: Output<List<String>>? = null, val networkInsightsPathId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<NetworkInsightsAnalysisArgs>
Resource schema for AWS::EC2::NetworkInsightsAnalysis
Constructors
Properties
Link copied to clipboard
The member accounts that contain resources that the path can traverse.
Link copied to clipboard
The Amazon Resource Names (ARN) of the resources that the path must traverse.
Link copied to clipboard
The Amazon Resource Names (ARN) of the resources that the path must ignore.
Link copied to clipboard
The ID of the path.