OverrideArgs

data class OverrideArgs(val kind: Output<Either<String, OverrideKind>>? = null, val selectors: Output<List<SelectorArgs>>? = null, val value: Output<String>? = null) : ConvertibleToJava<OverrideArgs>

The policy property value override.

Constructors

Link copied to clipboard
constructor(kind: Output<Either<String, OverrideKind>>? = null, selectors: Output<List<SelectorArgs>>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val kind: Output<Either<String, OverrideKind>>? = null

The override kind.

Link copied to clipboard
val selectors: Output<List<SelectorArgs>>? = null

The list of the selector expressions.

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

The value to override the policy property.

Functions

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