Interface CfnFunctionPropsMixin.FunctionRefProperty

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

@Stability(Stable) public static interface CfnFunctionPropsMixin.FunctionRefProperty extends software.amazon.jsii.JsiiSerializable
A reference to a function with an optional run condition.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.mediatailor.*;
 FunctionRefProperty functionRefProperty = FunctionRefProperty.builder()
         .functionId("functionId")
         .runCondition("runCondition")
         .build();
 

See Also: