Interface CfnFunctionPropsMixin.CustomOutputConfigurationProperty

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

@Stability(Stable) public static interface CfnFunctionPropsMixin.CustomOutputConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration for custom output functions.

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.*;
 CustomOutputConfigurationProperty customOutputConfigurationProperty = CustomOutputConfigurationProperty.builder()
         .output(Map.of(
                 "outputKey", "output"))
         .runtime("runtime")
         .build();
 

See Also: