NetworkInsightsAccessScopeResourceStatementRequestArgs

data class NetworkInsightsAccessScopeResourceStatementRequestArgs(val resourceTypes: Output<List<String>>? = null, val resources: Output<List<String>>? = null) : ConvertibleToJava<NetworkInsightsAccessScopeResourceStatementRequestArgs>

Constructors

constructor(resourceTypes: Output<List<String>>? = null, resources: Output<List<String>>? = null)

Properties

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

The resources.

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

The resource types.

Functions

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