| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static OnEventOptions.Builder |
OnEventOptions.builder() |
OnEventOptions.Builder |
OnEventOptions.Builder.crossStackScope(software.constructs.Construct crossStackScope)
Sets the value of
EventCommonOptions.getCrossStackScope() |
OnEventOptions.Builder |
OnEventOptions.Builder.description(String description)
Sets the value of
EventCommonOptions.getDescription() |
OnEventOptions.Builder |
OnEventOptions.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
EventCommonOptions.getEventPattern() |
OnEventOptions.Builder |
OnEventOptions.Builder.ruleName(String ruleName)
Sets the value of
EventCommonOptions.getRuleName() |
OnEventOptions.Builder |
OnEventOptions.Builder.target(IRuleTarget target)
Sets the value of
OnEventOptions.getTarget() |
| Constructor and Description |
|---|
Jsii$Proxy(OnEventOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
OnEventOptions.Builder. |
Copyright © 2022. All rights reserved.