public interface IEventRuleTarget
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IEventRuleTarget.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
EventRuleTargetProps |
asEventRuleTarget(RuleArn ruleArn,
String ruleUniqueId)
Returns the rule target specification.
|
EventRuleTargetProps asEventRuleTarget(RuleArn ruleArn, String ruleUniqueId)
ruleArn - The ARN of the CloudWatch Event Rule that would trigger this target.ruleUniqueId - A unique ID for this rule. Can be used to implement idempotency.Copyright © 2018. All rights reserved.