@Generated(value="jsii-pacmak/0.10.5 (build 46bc9b0)", date="2019-05-06T20:52:14.298Z") public interface EventRuleTargetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventRuleTargetProps.Builder
A builder for
EventRuleTargetProps |
static class |
EventRuleTargetProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static EventRuleTargetProps.Builder |
builder() |
String |
getArn()
The Amazon Resource Name (ARN) of the target.
|
CfnRule.EcsParametersProperty |
getEcsParameters()
The Amazon ECS task definition and task count to use, if the event target is an Amazon ECS task.
|
String |
getId()
A unique, user-defined identifier for the target.
|
CfnRule.KinesisParametersProperty |
getKinesisParameters()
Settings that control shard assignment, when the target is a Kinesis stream.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to use for this target when the rule is triggered.
|
CfnRule.RunCommandParametersProperty |
getRunCommandParameters()
Parameters used when the rule invokes Amazon EC2 Systems Manager Run Command.
|
String getArn()
String getId()
CfnRule.EcsParametersProperty getEcsParameters()
CfnRule.KinesisParametersProperty getKinesisParameters()
String getRoleArn()
CfnRule.RunCommandParametersProperty getRunCommandParameters()
static EventRuleTargetProps.Builder builder()
EventRuleTargetProps.Builder of EventRuleTargetPropsCopyright © 2019. All rights reserved.