| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.Builder |
CfnRule.Builder.create(software.constructs.Construct scope,
String id) |
CfnRule.Builder |
CfnRule.Builder.description(String description)
The description of the rule.
|
CfnRule.Builder |
CfnRule.Builder.eventBusName(String eventBusName)
The name or ARN of the event bus associated with the rule.
|
CfnRule.Builder |
CfnRule.Builder.eventPattern(Object eventPattern)
The event pattern of the rule.
|
CfnRule.Builder |
CfnRule.Builder.name(String name)
The name of the rule.
|
CfnRule.Builder |
CfnRule.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that is used for target invocation.
|
CfnRule.Builder |
CfnRule.Builder.scheduleExpression(String scheduleExpression)
The scheduling expression.
|
CfnRule.Builder |
CfnRule.Builder.state(String state)
The state of the rule.
|
CfnRule.Builder |
CfnRule.Builder.targets(IResolvable targets)
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.
|
CfnRule.Builder |
CfnRule.Builder.targets(List<? extends Object> targets)
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.
|
Copyright © 2022. All rights reserved.