RuleReferenceArgs

data class RuleReferenceArgs(val type: Output<RuleReferenceType>, val value: Output<String>) : ConvertibleToJava<RuleReferenceArgs>

Information about the reference when the `referenceType` is `URL`. Otherwise, null. (Supports variable injection in the `Value` field.)

Constructors

Link copied to clipboard
constructor(type: Output<RuleReferenceType>, value: Output<String>)

Properties

Link copied to clipboard
val type: Output<RuleReferenceType>

The type of the reference. `DATE` must be of type Epoch timestamp. Allowed values: `URL` | `ATTACHMENT` | `NUMBER` | `STRING` | `DATE` | `EMAIL`

Link copied to clipboard
val value: Output<String>

A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).

Functions

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