Interface CfnSchedule.EventBridgeParametersProperty

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

@Stability(Stable) public static interface CfnSchedule.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.services.scheduler.*;
 EventBridgeParametersProperty eventBridgeParametersProperty = EventBridgeParametersProperty.builder()
         .detailType("detailType")
         .source("source")
         .build();
 

See Also: