@Generated(value="jsii-pacmak/0.20.11 (build d4fd44f)", date="2019-12-17T13:05:38.615Z") @Stability(value=Stable) 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
An implementation for
RuleTargetConfig |
| Modifier and Type | Method and Description |
|---|---|
static RuleTargetConfig.Builder |
builder() |
String |
getArn()
The Amazon Resource Name (ARN) of the target.
|
default CfnRule.EcsParametersProperty |
getEcsParameters()
The Amazon ECS task definition and task count to use, if the event target is an Amazon ECS task.
|
String |
getId()
Deprecated.
prefer auto-generated id by specifying an empty string
|
default RuleTargetInput |
getInput()
What input to send to the event target.
|
default CfnRule.KinesisParametersProperty |
getKinesisParameters()
Settings that control shard assignment, when the target is a Kinesis stream.
|
default IRole |
getRole()
Role to use to invoke this event target.
|
default CfnRule.RunCommandParametersProperty |
getRunCommandParameters()
Parameters used when the rule invokes Amazon EC2 Systems Manager Run Command.
|
default CfnRule.SqsParametersProperty |
getSqsParameters()
Parameters used when the FIFO sqs queue is used an event target by the rule.
|
default IConstruct |
getTargetResource()
The resource that is backing this target.
|
@Stability(value=Stable) String getArn()
@Stability(value=Deprecated) @Deprecated String getId()
Acceptable values include alphanumeric characters, periods (.), hyphens (-), and underscores (_).
@Stability(value=Stable) default CfnRule.EcsParametersProperty getEcsParameters()
@Stability(value=Stable) default RuleTargetInput getInput()
@Stability(value=Stable) default CfnRule.KinesisParametersProperty getKinesisParameters()
If you don't include this parameter, eventId is used as the partition key.
@Stability(value=Stable) default IRole getRole()
@Stability(value=Stable) default CfnRule.RunCommandParametersProperty getRunCommandParameters()
@Stability(value=Stable) default CfnRule.SqsParametersProperty getSqsParameters()
@Stability(value=Stable) default IConstruct getTargetResource()
https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/CloudWatchEvents-CrossAccountEventDelivery.html@Stability(value=Stable) static RuleTargetConfig.Builder builder()
RuleTargetConfig.Builder of RuleTargetConfigCopyright © 2019. All rights reserved.