@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.227Z") @Stability(value=Stable) public interface CfnRuleProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleProps.Builder
A builder for
CfnRuleProps |
static class |
CfnRuleProps.Jsii$Proxy
An implementation for
CfnRuleProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleProps.Builder |
builder() |
default String |
getDescription()
`AWS::Events::Rule.Description`.
|
default String |
getEventBusName()
`AWS::Events::Rule.EventBusName`.
|
default Object |
getEventPattern()
`AWS::Events::Rule.EventPattern`.
|
default String |
getName()
`AWS::Events::Rule.Name`.
|
default String |
getRoleArn()
`AWS::Events::Rule.RoleArn`.
|
default String |
getScheduleExpression()
`AWS::Events::Rule.ScheduleExpression`.
|
default String |
getState()
`AWS::Events::Rule.State`.
|
default Object |
getTargets()
`AWS::Events::Rule.Targets`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getEventBusName()
@Stability(value=Stable) @Nullable default Object getEventPattern()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) @Nullable default String getScheduleExpression()
@Stability(value=Stable) @Nullable default String getState()
@Stability(value=Stable) @Nullable default Object getTargets()
@Stability(value=Stable) static CfnRuleProps.Builder builder()
CfnRuleProps.Builder of CfnRulePropsCopyright © 2021. All rights reserved.