Interface CfnFunction.CloudWatchEventEventProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFunction.CloudWatchEventEventProperty.Jsii$Proxy
- Enclosing class:
- CfnFunction
@Stability(Stable)
public static interface CfnFunction.CloudWatchEventEventProperty
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.services.sam.*;
Object pattern;
CloudWatchEventEventProperty cloudWatchEventEventProperty = CloudWatchEventEventProperty.builder()
.pattern(pattern)
// the properties below are optional
.input("input")
.inputPath("inputPath")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFunction.CloudWatchEventEventPropertystatic final classAn implementation forCfnFunction.CloudWatchEventEventProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPattern
CfnFunction.CloudWatchEventEventProperty.Pattern. -
getInput
CfnFunction.CloudWatchEventEventProperty.Input. -
getInputPath
CfnFunction.CloudWatchEventEventProperty.InputPath. -
builder
-