GroupArgs

data class GroupArgs(val configuration: Output<List<GroupConfigurationItemArgs>>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val resourceQuery: Output<GroupResourceQueryArgs>? = null, val resources: Output<List<String>>? = null, val tags: Output<List<GroupTagArgs>>? = null) : ConvertibleToJava<GroupArgs>

Schema for ResourceGroups::Group

Constructors

Link copied to clipboard
fun GroupArgs(configuration: Output<List<GroupConfigurationItemArgs>>? = null, description: Output<String>? = null, name: Output<String>? = null, resourceQuery: Output<GroupResourceQueryArgs>? = null, resources: Output<List<String>>? = null, tags: Output<List<GroupTagArgs>>? = null)

Functions

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

Properties

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

The description of the resource group

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

The name of the resource group

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