public interface EventRuleRefProps
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventRuleRefProps.Builder
A fluent step builder class for
EventRuleRefProps. |
static class |
EventRuleRefProps.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
EventRuleRefProps. |
static class |
EventRuleRefProps.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static EventRuleRefProps.Builder |
builder() |
RuleArn |
getEventRuleArn()
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
void |
setEventRuleArn(RuleArn value)
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
RuleArn getEventRuleArn()
void setEventRuleArn(RuleArn value)
static EventRuleRefProps.Builder builder()
Copyright © 2018. All rights reserved.