Network Insights Access Scope Args
data class NetworkInsightsAccessScopeArgs(val excludePaths: Output<List<NetworkInsightsAccessScopeAccessScopePathRequestArgs>>? = null, val matchPaths: Output<List<NetworkInsightsAccessScopeAccessScopePathRequestArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<NetworkInsightsAccessScopeArgs>
Resource schema for AWS::EC2::NetworkInsightsAccessScope
Constructors
Link copied to clipboard
constructor(excludePaths: Output<List<NetworkInsightsAccessScopeAccessScopePathRequestArgs>>? = null, matchPaths: Output<List<NetworkInsightsAccessScopeAccessScopePathRequestArgs>>? = null, tags: Output<List<TagArgs>>? = null)