| Modifier and Type | Method and Description |
|---|---|
CfnRule |
build() |
static CfnRule.Builder |
create(Construct scope,
String id) |
CfnRule.Builder |
description(String description)
`AWS::Events::Rule.Description`.
|
CfnRule.Builder |
eventBusName(String eventBusName)
`AWS::Events::Rule.EventBusName`.
|
CfnRule.Builder |
eventPattern(Object eventPattern)
`AWS::Events::Rule.EventPattern`.
|
CfnRule.Builder |
name(String name)
`AWS::Events::Rule.Name`.
|
CfnRule.Builder |
roleArn(String roleArn)
`AWS::Events::Rule.RoleArn`.
|
CfnRule.Builder |
scheduleExpression(String scheduleExpression)
`AWS::Events::Rule.ScheduleExpression`.
|
CfnRule.Builder |
state(String state)
`AWS::Events::Rule.State`.
|
CfnRule.Builder |
targets(IResolvable targets)
`AWS::Events::Rule.Targets`.
|
CfnRule.Builder |
targets(List<Object> targets)
`AWS::Events::Rule.Targets`.
|
@Stability(value=External) public static CfnRule.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnRule.AwsVpcConfigurationProperty.Builder.@Stability(value=External) public CfnRule.Builder description(String description)
description - `AWS::Events::Rule.Description`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description@Stability(value=External) public CfnRule.Builder eventBusName(String eventBusName)
eventBusName - `AWS::Events::Rule.EventBusName`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname@Stability(value=External) public CfnRule.Builder eventPattern(Object eventPattern)
eventPattern - `AWS::Events::Rule.EventPattern`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern@Stability(value=External) public CfnRule.Builder name(String name)
name - `AWS::Events::Rule.Name`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name@Stability(value=External) public CfnRule.Builder roleArn(String roleArn)
roleArn - `AWS::Events::Rule.RoleArn`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn@Stability(value=External) public CfnRule.Builder scheduleExpression(String scheduleExpression)
scheduleExpression - `AWS::Events::Rule.ScheduleExpression`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression@Stability(value=External) public CfnRule.Builder state(String state)
state - `AWS::Events::Rule.State`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state@Stability(value=External) public CfnRule.Builder targets(IResolvable targets)
targets - `AWS::Events::Rule.Targets`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-targets@Stability(value=External) public CfnRule.Builder targets(List<Object> targets)
targets - `AWS::Events::Rule.Targets`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-targets@Stability(value=External) public CfnRule build()
Copyright © 2020. All rights reserved.