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();
 

See Also: