Interface CfnRule.ReferenceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRule.ReferenceProperty.Jsii$Proxy
Enclosing class:
CfnRule

@Stability(Stable) public static interface CfnRule.ReferenceProperty extends software.amazon.jsii.JsiiSerializable
Information about the reference when the referenceType is URL .

Otherwise, null. (Supports variable injection in the Value field.)

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.connect.*;
 ReferenceProperty referenceProperty = ReferenceProperty.builder()
         .type("type")
         .value("value")
         .build();
 
  • Method Details

    • getType

      @Stability(Stable) @NotNull String getType()
      The type of the reference. DATE must be of type Epoch timestamp.

      Allowed values : URL | ATTACHMENT | NUMBER | STRING | DATE | EMAIL

    • getValue

      @Stability(Stable) @NotNull String getValue()
      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).

    • builder

      @Stability(Stable) static CfnRule.ReferenceProperty.Builder builder()
      Returns:
      a CfnRule.ReferenceProperty.Builder of CfnRule.ReferenceProperty