@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T14:28:19.279Z") @Stability(value=External) public interface CfnRuleProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html| 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=External) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description@Stability(value=External) @Nullable default String getEventBusName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname@Stability(value=External) @Nullable default Object getEventPattern()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern@Stability(value=External) @Nullable default String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name@Stability(value=External) @Nullable default String getRoleArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn@Stability(value=External) @Nullable default String getScheduleExpression()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression@Stability(value=External) @Nullable default String getState()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state@Stability(value=External) @Nullable default Object getTargets()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-targets@Stability(value=External) static CfnRuleProps.Builder builder()
CfnRuleProps.Builder of CfnRulePropsCopyright © 2020. All rights reserved.