@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T14:28:19.276Z") @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, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, 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(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
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(@NotNull
TreeInspector inspector)
EXPERIMENTAL
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=External) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=External) @NotNull public String getAttrArn()
@Stability(value=External) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=External) @NotNull 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(@NotNull
Object value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventpattern@Stability(value=External) @Nullable 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(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-description@Stability(value=External) @Nullable 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(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-eventbusname@Stability(value=External) @Nullable 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(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-name@Stability(value=External) @Nullable 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(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-rolearn@Stability(value=External) @Nullable 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(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-scheduleexpression@Stability(value=External) @Nullable 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(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state@Stability(value=External) @Nullable 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(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-targetsCopyright © 2020. All rights reserved.