@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.210Z") @Stability(value=Stable) public class CfnRule extends CfnResource implements IInspectable
| 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.DeadLetterConfigProperty |
static interface |
CfnRule.EcsParametersProperty |
static interface |
CfnRule.HttpParametersProperty |
static interface |
CfnRule.InputTransformerProperty |
static interface |
CfnRule.KinesisParametersProperty |
static interface |
CfnRule.NetworkConfigurationProperty |
static interface |
CfnRule.RedshiftDataParametersProperty |
static interface |
CfnRule.RetryPolicyProperty |
static interface |
CfnRule.RunCommandParametersProperty |
static interface |
CfnRule.RunCommandTargetProperty |
static interface |
CfnRule.SqsParametersProperty |
static interface |
CfnRule.TargetProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.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(software.constructs.Construct scope,
String id)
Create a new `AWS::Events::Rule`.
|
|
CfnRule(software.constructs.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, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) 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=Stable)
public CfnRule(@NotNull
software.constructs.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=Stable)
public CfnRule(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getEventPattern()
@Stability(value=Stable)
public void setEventPattern(@NotNull
Object value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getEventBusName()
@Stability(value=Stable)
public void setEventBusName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getScheduleExpression()
@Stability(value=Stable)
public void setScheduleExpression(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getState()
@Stability(value=Stable)
public void setState(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getTargets()
@Stability(value=Stable)
public void setTargets(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.