ResourceSetDescriptionArgs

data class ResourceSetDescriptionArgs(val elements: Output<List<String>>? = null, val exceptions: Output<List<String>>? = null) : ConvertibleToJava<ResourceSetDescriptionArgs>

The resource set description.

Constructors

Link copied to clipboard
constructor(elements: Output<List<String>>? = null, exceptions: Output<List<String>>? = null)

Properties

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

The elements included in the set.

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

The elements that are not included in the set, in case elements contains '*' indicating 'all'.

Functions

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