public static final class RuleTargetConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RuleTargetConfig
software.amazon.jsii.JsiiObject.InitializationModeRuleTargetConfig.Builder, RuleTargetConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public String getArn()
getArn in interface RuleTargetConfig@Stability(value=Experimental) public String getId()
getId in interface RuleTargetConfig@Stability(value=Experimental) @Nullable public CfnRule.EcsParametersProperty getEcsParameters()
getEcsParameters in interface RuleTargetConfig@Stability(value=Experimental) @Nullable public RuleTargetInput getInput()
getInput in interface RuleTargetConfig@Stability(value=Experimental) @Nullable public CfnRule.KinesisParametersProperty getKinesisParameters()
getKinesisParameters in interface RuleTargetConfig@Stability(value=Experimental) @Nullable public software.amazon.awscdk.services.iam.IRole getRole()
getRole in interface RuleTargetConfig@Stability(value=Experimental) @Nullable public CfnRule.RunCommandParametersProperty getRunCommandParameters()
getRunCommandParameters in interface RuleTargetConfigCopyright © 2019. All rights reserved.