StackFiltersPropertiesStackRolesPropertiesArgs

data class StackFiltersPropertiesStackRolesPropertiesArgs(val exclude: Output<List<String>>? = null, val include: Output<List<String>>? = null) : ConvertibleToJava<StackFiltersPropertiesStackRolesPropertiesArgs>

List of stack roles that are performing the stack operations.

Constructors

constructor(exclude: Output<List<String>>? = null, include: Output<List<String>>? = null)

Properties

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

List of stack roles that the hook is going to be excluded from

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

List of stack roles that the hook is going to target

Functions

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