Interface CfnFunctionPropsMixin.DestinationConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFunctionPropsMixin.DestinationConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFunctionPropsMixin
@Stability(Stable)
public static interface CfnFunctionPropsMixin.DestinationConfigProperty
extends software.amazon.jsii.JsiiSerializable
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.sam.*;
DestinationConfigProperty destinationConfigProperty = DestinationConfigProperty.builder()
.onFailure(DestinationProperty.builder()
.destination("destination")
.type("type")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFunctionPropsMixin.DestinationConfigPropertystatic final classAn implementation forCfnFunctionPropsMixin.DestinationConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnFunctionPropsMixin.DestinationPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOnFailure
Returns union: eitherIResolvableorCfnFunctionPropsMixin.DestinationProperty- See Also:
-
builder
-