software.amazon.jsii.JsiiObject.InitializationModeRuleProps.Builder, RuleProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A description of the rule's purpose.
|
Boolean |
getEnabled()
Indicates whether the rule is enabled.
|
EventPattern |
getEventPattern()
Describes which events CloudWatch Events routes to the specified target.
|
String |
getRuleName()
A name for the rule.
|
String |
getScheduleExpression()
The schedule or rate (frequency) that determines when CloudWatch Events runs the rule.
|
List<IRuleTarget> |
getTargets()
Targets to invoke when this rule matches an event.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) @Nullable public String getDescription()
getDescription in interface RuleProps@Stability(value=Experimental) @Nullable public Boolean getEnabled()
getEnabled in interface RuleProps@Stability(value=Experimental) @Nullable public EventPattern getEventPattern()
getEventPattern in interface RulePropsYou must specify this property (either via props or via
`addEventPattern`), the `scheduleExpression` property, or both. The
method `addEventPattern` can be used to add filter values to the event
pattern.@Stability(value=Experimental) @Nullable public String getRuleName()
getRuleName in interface RuleProps@Stability(value=Experimental) @Nullable public String getScheduleExpression()
getScheduleExpression in interface RulePropsYou must specify this property, the `eventPattern` property, or both.@Stability(value=Experimental) @Nullable public List<IRuleTarget> getTargets()
getTargets in interface RulePropsCopyright © 2019. All rights reserved.