Group Args
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)