@Generated(value="jsii-pacmak/0.7.15 (build e429c41)", date="2019-03-07T22:14:39.118Z") public interface EventRuleImportProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventRuleImportProps.Builder
A builder for
EventRuleImportProps |
static class |
EventRuleImportProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static EventRuleImportProps.Builder |
builder() |
String |
getEventRuleArn()
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
void |
setEventRuleArn(String value)
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
String getEventRuleArn()
void setEventRuleArn(String value)
static EventRuleImportProps.Builder builder()
EventRuleImportProps.Builder of EventRuleImportPropsCopyright © 2019. All rights reserved.