Interface CfnRule.EventBridgeActionProperty

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

@Stability(Stable) public static interface CfnRule.EventBridgeActionProperty extends software.amazon.jsii.JsiiSerializable
The EventBridge action definition.

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.connect.*;
 EventBridgeActionProperty eventBridgeActionProperty = EventBridgeActionProperty.builder()
         .name("name")
         .build();