@Generated(value="jsii-pacmak/0.21.2 (build 4370756)", date="2020-01-23T18:16:38.425Z") @Stability(value=External) public class CfnRule extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnRule.AwsVpcConfigurationProperty |
static interface |
CfnRule.BatchArrayPropertiesProperty |
static interface |
CfnRule.BatchParametersProperty |
static interface |
CfnRule.BatchRetryStrategyProperty |
static class |
CfnRule.Builder
A fluent builder for
CfnRule. |
static interface |
CfnRule.EcsParametersProperty |
static interface |
CfnRule.InputTransformerProperty |
static interface |
CfnRule.KinesisParametersProperty |
static interface |
CfnRule.NetworkConfigurationProperty |
static interface |
CfnRule.RunCommandParametersProperty |
static interface |
CfnRule.RunCommandTargetProperty |
static interface |
CfnRule.SqsParametersProperty |
static interface |
CfnRule.TargetProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnRule(Construct scope,
String id)
Create a new `AWS::Events::Rule`.
|
|
CfnRule(Construct scope,
String id,
CfnRuleProps props)
Create a new `AWS::Events::Rule`.
|
protected |
CfnRule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnRule(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::Events::Rule.Description`.
|
String |
getEventBusName()
`AWS::Events::Rule.EventBusName`.
|
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 |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::Events::Rule.Description`.
|
void |
setEventBusName(String value)
`AWS::Events::Rule.EventBusName`.
|
void |
setEventPattern(Object 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(IResolvable value)
`AWS::Events::Rule.Targets`.
|
void |
setTargets(List<Object> value)
`AWS::Events::Rule.Targets`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, prepare, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnRule(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnRule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External) public CfnRule(Construct scope, String id, CfnRuleProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Experimental) public void inspect(TreeInspector inspector)
EXPERIMENTAL
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=External) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=External) public String getAttrArn()
@Stability(value=External) protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=External) public Object getEventPattern()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern@Stability(value=External) public void setEventPattern(Object value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern@Stability(value=External) public String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description@Stability(value=External) public void setDescription(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description@Stability(value=External) public String getEventBusName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname@Stability(value=External) public void setEventBusName(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname@Stability(value=External) public String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name@Stability(value=External) public void setName(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name@Stability(value=External) public String getRoleArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn@Stability(value=External) public void setRoleArn(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn@Stability(value=External) public String getScheduleExpression()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression@Stability(value=External) public void setScheduleExpression(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression@Stability(value=External) public String getState()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state@Stability(value=External) public void setState(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state@Stability(value=External) public Object getTargets()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-targets@Stability(value=External) public void setTargets(IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-targetsCopyright © 2020. All rights reserved.