Package-level declarations

Types

Link copied to clipboard

Provides a Resource Group.

Link copied to clipboard
data class GroupArgs(val configurations: Output<List<GroupConfigurationArgs>>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val resourceQuery: Output<GroupResourceQueryArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<GroupArgs>

Provides a Resource Group.

Link copied to clipboard

Builder for GroupArgs.

Link copied to clipboard
Link copied to clipboard

Builder for Group.

Functions

Link copied to clipboard
suspend fun groupResource(name: String, block: suspend GroupResourceBuilder.() -> Unit): Group