public abstract class EventRuleRef
extends software.amazon.awscdk.Construct
| Modifier | Constructor and Description |
|---|---|
protected |
EventRuleRef(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
EventRuleRefProps |
export()
Exports this rule resource from this stack and returns an import token.
|
RuleArn |
getRuleArn()
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
static EventRuleRef |
import_(software.amazon.awscdk.Construct parent,
String name,
EventRuleRefProps props)
Imports a rule by ARN into this stack.
|
addChild, addError, addInfo, addMetadata, addMetadata, addWarning, ancestors, ancestors, findChild, getChildren, getContext, getId, getMetadata, getParent, getPath, getUniqueId, lock, requireContext, required, setContext, toString, toTreeString, toTreeString, tryFindChild, unlock, validate, validateTreeprotected EventRuleRef(software.amazon.jsii.JsiiObject.InitializationMode mode)
public static EventRuleRef import_(software.amazon.awscdk.Construct parent, String name, EventRuleRefProps props)
public EventRuleRefProps export()
public RuleArn getRuleArn()
Copyright © 2018. All rights reserved.