TemplateScratchSourceTagArgs

data class TemplateScratchSourceTagArgs(val resourceTags: Output<Map<String, Any>>, val resourceTypeFilters: Output<List<String>>? = null) : ConvertibleToJava<TemplateScratchSourceTagArgs>

Constructors

Link copied to clipboard
fun TemplateScratchSourceTagArgs(resourceTags: Output<Map<String, Any>>, resourceTypeFilters: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard
val resourceTags: Output<Map<String, Any>>

Source label. NOTE: A maximum of 10 source labels can be configured.

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

Source resource type filter list. If the resource type list is specified, it means to scan the resources of the specified resource type and in the specified resource group; Otherwise, it means to scan all resources in the specified resource group. NOTE: A maximum of 20 resource type filter can be configured.