public static final class IEventRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IEventRule
software.amazon.jsii.JsiiObject.InitializationModeIEventRule.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
EventRuleImportProps |
export()
Exports this rule resource from this stack and returns an import token.
|
List<software.amazon.awscdk.IConstruct> |
getDependencyRoots()
The set of constructs that form the root of this dependable
All resources under all returned constructs are included in the ordering
dependency.
|
software.amazon.awscdk.ConstructNode |
getNode()
The construct node in the scope tree.
|
String |
getRuleArn()
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
protected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public String getRuleArn()
getRuleArn in interface IEventRulepublic software.amazon.awscdk.ConstructNode getNode()
getNode in interface software.amazon.awscdk.IConstructpublic List<software.amazon.awscdk.IConstruct> getDependencyRoots()
getDependencyRoots in interface software.amazon.awscdk.IDependablepublic EventRuleImportProps export()
export in interface IEventRuleCopyright © 2019. All rights reserved.