Interface CfnSchedulePropsMixin.EventBridgeParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSchedulePropsMixin.EventBridgeParametersProperty.Jsii$Proxy
- Enclosing class:
CfnSchedulePropsMixin
@Stability(Stable)
public static interface CfnSchedulePropsMixin.EventBridgeParametersProperty
extends software.amazon.jsii.JsiiSerializable
The templated target type for the EventBridge
PutEvents API operation.
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.scheduler.*;
EventBridgeParametersProperty eventBridgeParametersProperty = EventBridgeParametersProperty.builder()
.detailType("detailType")
.source("source")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSchedulePropsMixin.EventBridgeParametersPropertystatic final classAn implementation forCfnSchedulePropsMixin.EventBridgeParametersProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDetailType
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.- See Also:
-
getSource
The source of the event.- See Also:
-
builder
-