InstanceGroupManagerParamsArgs

data class InstanceGroupManagerParamsArgs(val resourceManagerTags: Output<Map<String, String>>? = null) : ConvertibleToJava<InstanceGroupManagerParamsArgs>

Constructors

Link copied to clipboard
constructor(resourceManagerTags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val resourceManagerTags: Output<Map<String, String>>? = null

Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see Manage tags for resources

Functions

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