@Generated(value="jsii-pacmak/0.11.2 (build 27d16c2)", date="2019-06-10T11:04:14.231Z") @Stability(value=Experimental) public interface RuleTargetConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RuleTargetConfig.Builder
A builder for
RuleTargetConfig |
static class |
RuleTargetConfig.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static RuleTargetConfig.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.
|
RuleTargetInput |
getInput()
What input to send to the event target.
|
CfnRule.KinesisParametersProperty |
getKinesisParameters()
Settings that control shard assignment, when the target is a Kinesis stream.
|
software.amazon.awscdk.services.iam.IRole |
getRole()
Role to use to invoke this event target.
|
CfnRule.RunCommandParametersProperty |
getRunCommandParameters()
Parameters used when the rule invokes Amazon EC2 Systems Manager Run Command.
|
@Stability(value=Experimental) String getArn()
@Stability(value=Experimental) String getId()
@Stability(value=Experimental) CfnRule.EcsParametersProperty getEcsParameters()
@Stability(value=Experimental) RuleTargetInput getInput()
@Stability(value=Experimental) CfnRule.KinesisParametersProperty getKinesisParameters()
@Stability(value=Experimental) software.amazon.awscdk.services.iam.IRole getRole()
@Stability(value=Experimental) CfnRule.RunCommandParametersProperty getRunCommandParameters()
@Stability(value=Experimental) static RuleTargetConfig.Builder builder()
RuleTargetConfig.Builder of RuleTargetConfigCopyright © 2019. All rights reserved.