ResourceSetResourceSetArgs

data class ResourceSetResourceSetArgs(val description: Output<String>? = null, val id: Output<String>? = null, val lastUpdateTime: Output<String>? = null, val name: Output<String>, val resourceSetStatus: Output<String>? = null, val resourceTypeLists: Output<List<String>>? = null, val updateToken: Output<String>? = null) : ConvertibleToJava<ResourceSetResourceSetArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, id: Output<String>? = null, lastUpdateTime: Output<String>? = null, name: Output<String>, resourceSetStatus: Output<String>? = null, resourceTypeLists: Output<List<String>>? = null, updateToken: Output<String>? = null)

Properties

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

Description of the resource set.

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

Unique identifier for the resource set. It's returned in the responses to create and list commands. You provide it to operations like update and delete.

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

Last time that the reosurce set was changed.

Link copied to clipboard
val name: Output<String>

Descriptive name of the resource set. You can't change the name of a resource set after you create it.

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

Indicates whether the resource set is in or out of the admin's Region scope. Valid values are ACTIVE (Admin can manage and delete the resource set) or OUT_OF_ADMIN_SCOPE (Admin can view the resource set, but they can't edit or delete the resource set.)

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

Determines the resources that can be associated to the resource set. Depending on your setting for max results and the number of resource sets, a single call might not return the full list.

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

Functions

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