PolicyDryRunSpecRuleValuesArgs

data class PolicyDryRunSpecRuleValuesArgs(val allowedValues: Output<List<String>>? = null, val deniedValues: Output<List<String>>? = null) : ConvertibleToJava<PolicyDryRunSpecRuleValuesArgs>

Constructors

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

Properties

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

List of values allowed at this resource.

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

List of values denied at this resource.

Functions

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