| Package | Description |
|---|---|
| software.amazon.awscdk.services.events | |
| software.amazon.awscdk.services.events.cloudformation |
| Modifier and Type | Field and Description |
|---|---|
protected RuleArn |
EventRuleRefProps.Jsii$Pojo._eventRuleArn |
| Modifier and Type | Method and Description |
|---|---|
RuleArn |
EventRuleRefProps.getEventRuleArn()
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
RuleArn |
EventRuleRefProps.Jsii$Pojo.getEventRuleArn() |
RuleArn |
EventRuleRefProps.Jsii$Proxy.getEventRuleArn()
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
RuleArn |
EventRule.getRuleArn()
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
RuleArn |
EventRuleRef.getRuleArn()
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
| Modifier and Type | Method and Description |
|---|---|
EventRuleTargetProps |
IEventRuleTarget.asEventRuleTarget(RuleArn ruleArn,
String ruleUniqueId)
Returns the rule target specification.
|
EventRuleTargetProps |
IEventRuleTarget.Jsii$Proxy.asEventRuleTarget(RuleArn ruleArn,
String ruleUniqueId)
Returns the rule target specification.
|
void |
EventRuleRefProps.setEventRuleArn(RuleArn value)
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
void |
EventRuleRefProps.Jsii$Pojo.setEventRuleArn(RuleArn value) |
void |
EventRuleRefProps.Jsii$Proxy.setEventRuleArn(RuleArn value)
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
EventRuleRefProps.Builder.Build |
EventRuleRefProps.Builder.withEventRuleArn(RuleArn value)
The value of the event rule Amazon Resource Name (ARN), such as
arn:aws:events:us-east-2:123456789012:rule/example.
|
| Modifier and Type | Method and Description |
|---|---|
RuleArn |
RuleResource.getRuleArn() |
Copyright © 2018. All rights reserved.