@Generated(value="jsii-pacmak/0.11.2 (build 27d16c2)", date="2019-06-10T11:04:14.220Z") @Stability(value=Experimental) public class CfnRule extends software.amazon.awscdk.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnRule.EcsParametersProperty
EXPERIMENTAL
|
static interface |
CfnRule.InputTransformerProperty
EXPERIMENTAL
|
static interface |
CfnRule.KinesisParametersProperty
EXPERIMENTAL
|
static interface |
CfnRule.RunCommandParametersProperty
EXPERIMENTAL
|
static interface |
CfnRule.RunCommandTargetProperty
EXPERIMENTAL
|
static interface |
CfnRule.SqsParametersProperty
EXPERIMENTAL
|
static interface |
CfnRule.TargetProperty
EXPERIMENTAL
|
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnRule(software.amazon.awscdk.Construct scope,
String id)
Create a new `AWS::Events::Rule`.
|
|
CfnRule(software.amazon.awscdk.Construct scope,
String id,
CfnRuleProps props)
Create a new `AWS::Events::Rule`.
|
protected |
CfnRule(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
CfnRuleProps |
getPropertyOverrides()
EXPERIMENTAL
|
String |
getRuleArn()
EXPERIMENTAL
|
String |
getRuleId()
EXPERIMENTAL
|
protected Map<String,Object> |
renderProperties(Object properties)
EXPERIMENTAL
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, attribute, attribute, getAtt, getOptions, getProperties, getResourceType, getUntypedPropertyOverrides, isCfnResource, toString, validatePropertiesgetCreationStackTrace, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Experimental) public static final String RESOURCE_TYPE_NAME
protected CfnRule(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental)
public CfnRule(software.amazon.awscdk.Construct scope,
String id,
@Nullable
CfnRuleProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=Experimental)
public CfnRule(software.amazon.awscdk.Construct scope,
String id)
scope - - scope in which this resource is defined.id - - scoped id of the resource.@Stability(value=Experimental) protected Map<String,Object> renderProperties(@Nullable Object properties)
renderProperties in class software.amazon.awscdk.CfnResource@Stability(value=Experimental) public CfnRuleProps getPropertyOverrides()
@Stability(value=Experimental) public String getRuleArn()
@Stability(value=Experimental) public String getRuleId()
Copyright © 2019. All rights reserved.