public static final class CfnRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRuleProps
software.amazon.jsii.JsiiObject.InitializationModeCfnRuleProps.Builder, CfnRuleProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
``AWS::Events::Rule.Description``
|
Object |
getEventPattern()
``AWS::Events::Rule.EventPattern``
|
String |
getName()
``AWS::Events::Rule.Name``
|
String |
getRoleArn()
``AWS::Events::Rule.RoleArn``
|
String |
getScheduleExpression()
``AWS::Events::Rule.ScheduleExpression``
|
String |
getState()
``AWS::Events::Rule.State``
|
Object |
getTargets()
``AWS::Events::Rule.Targets``
|
void |
setDescription(String value)
``AWS::Events::Rule.Description``
|
void |
setEventPattern(com.fasterxml.jackson.databind.node.ObjectNode value)
``AWS::Events::Rule.EventPattern``
|
void |
setEventPattern(software.amazon.awscdk.Token value)
``AWS::Events::Rule.EventPattern``
|
void |
setName(String value)
``AWS::Events::Rule.Name``
|
void |
setRoleArn(String value)
``AWS::Events::Rule.RoleArn``
|
void |
setScheduleExpression(String value)
``AWS::Events::Rule.ScheduleExpression``
|
void |
setState(String value)
``AWS::Events::Rule.State``
|
void |
setTargets(List<Object> value)
``AWS::Events::Rule.Targets``
|
void |
setTargets(software.amazon.awscdk.Token value)
``AWS::Events::Rule.Targets``
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public String getDescription()
getDescription in interface CfnRulePropspublic void setDescription(@Nullable String value)
setDescription in interface CfnRuleProps@Nullable public Object getEventPattern()
getEventPattern in interface CfnRulePropspublic void setEventPattern(@Nullable com.fasterxml.jackson.databind.node.ObjectNode value)
setEventPattern in interface CfnRulePropspublic void setEventPattern(@Nullable software.amazon.awscdk.Token value)
setEventPattern in interface CfnRuleProps@Nullable public String getName()
getName in interface CfnRulePropspublic void setName(@Nullable String value)
setName in interface CfnRuleProps@Nullable public String getRoleArn()
getRoleArn in interface CfnRulePropspublic void setRoleArn(@Nullable String value)
setRoleArn in interface CfnRuleProps@Nullable public String getScheduleExpression()
getScheduleExpression in interface CfnRulePropspublic void setScheduleExpression(@Nullable String value)
setScheduleExpression in interface CfnRuleProps@Nullable public String getState()
getState in interface CfnRulePropspublic void setState(@Nullable String value)
setState in interface CfnRuleProps@Nullable public Object getTargets()
getTargets in interface CfnRulePropspublic void setTargets(@Nullable software.amazon.awscdk.Token value)
setTargets in interface CfnRulePropspublic void setTargets(@Nullable List<Object> value)
setTargets in interface CfnRulePropsCopyright © 2019. All rights reserved.