Resource Set Resource Set Args
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>
Properties
Link copied to clipboard
Description of the resource set.
Link copied to clipboard
Last time that the reosurce set was changed.
Link copied to clipboard
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
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