Uses of Class
software.amazon.awscdk.services.events.CfnRule.Builder
Packages that use CfnRule.Builder
-
Uses of CfnRule.Builder in software.amazon.awscdk.services.events
Methods in software.amazon.awscdk.services.events that return CfnRule.BuilderModifier and TypeMethodDescriptionstatic CfnRule.Builder
CfnRule.Builder.description
(String description) The description of the rule.CfnRule.Builder.eventBusName
(String eventBusName) The name or ARN of the event bus associated with the rule.CfnRule.Builder.eventPattern
(Object eventPattern) The event pattern of the rule.The name of the rule.The Amazon Resource Name (ARN) of the role that is used for target invocation.CfnRule.Builder.scheduleExpression
(String scheduleExpression) The scheduling expression.The state of the rule.Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.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.