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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRule.EventBridgeActionPropertystatic final classAn implementation forCfnRule.EventBridgeActionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name.- See Also:
-
builder
-