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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFunctionPropsMixin.CustomOutputConfigurationPropertystatic final classAn implementation forCfnFunctionPropsMixin.CustomOutputConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOutput
- See Also:
-
getRuntime
- See Also:
-
builder
-