@Generated(value="software.amazon.awssdk:codegen") public final class Target extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Target.Builder,Target>
Targets are the resources to be invoked when a rule is triggered. For a complete list of services and resources that can be set as a target, see PutTargets.
If you are setting the event bus of another account as the target, and that account granted permission to your
account through an organization instead of directly by the account ID, then you must specify a RoleArn
with proper permissions in the Target structure. For more information, see Sending
and Receiving Events Between AWS Accounts in the Amazon EventBridge User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Target.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the target.
|
BatchParameters |
batchParameters()
If the event target is an AWS Batch job, this contains the job definition, job name, and other parameters.
|
static Target.Builder |
builder() |
DeadLetterConfig |
deadLetterConfig()
The
DeadLetterConfig that defines the target queue to send dead-letter queue events to. |
EcsParameters |
ecsParameters()
Contains the Amazon ECS task definition and task count to be used, if the event target is an Amazon ECS task.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HttpParameters |
httpParameters()
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint.
|
String |
id()
The ID of the target.
|
String |
input()
Valid JSON text passed to the target.
|
String |
inputPath()
The value of the JSONPath that is used for extracting part of the matched event when passing it to the target.
|
InputTransformer |
inputTransformer()
Settings to enable you to provide custom input to a target based on certain event data.
|
KinesisParameters |
kinesisParameters()
The custom parameter you can use to control the shard assignment, when the target is a Kinesis data stream.
|
RedshiftDataParameters |
redshiftDataParameters()
Contains the Redshift Data API parameters to use when the target is a Redshift cluster.
|
RetryPolicy |
retryPolicy()
The
RetryPolicy object that contains the retry policy configuration to use for the dead-letter
queue. |
String |
roleArn()
The Amazon Resource Name (ARN) of the IAM role to be used for this target when the rule is triggered.
|
RunCommandParameters |
runCommandParameters()
Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Target.Builder> |
serializableBuilderClass() |
SqsParameters |
sqsParameters()
Contains the message group ID to use when the target is a FIFO queue.
|
Target.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String id()
The ID of the target.
public String arn()
The Amazon Resource Name (ARN) of the target.
public String roleArn()
The Amazon Resource Name (ARN) of the IAM role to be used for this target when the rule is triggered. If one rule triggers multiple targets, you can use a different IAM role for each target.
public String input()
Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.
public String inputPath()
The value of the JSONPath that is used for extracting part of the matched event when passing it to the target. You must use JSON dot notation, not bracket notation. For more information about JSON paths, see JSONPath.
public InputTransformer inputTransformer()
Settings to enable you to provide custom input to a target based on certain event data. You can extract one or more key-value pairs from the event and then use that data to send customized input to the target.
public KinesisParameters kinesisParameters()
The custom parameter you can use to control the shard assignment, when the target is a Kinesis data stream. If
you do not include this parameter, the default is to use the eventId as the partition key.
eventId as the
partition key.public RunCommandParameters runCommandParameters()
Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
public EcsParameters ecsParameters()
Contains the Amazon ECS task definition and task count to be used, if the event target is an Amazon ECS task. For more information about Amazon ECS tasks, see Task Definitions in the Amazon EC2 Container Service Developer Guide.
public BatchParameters batchParameters()
If the event target is an AWS Batch job, this contains the job definition, job name, and other parameters. For more information, see Jobs in the AWS Batch User Guide.
public SqsParameters sqsParameters()
Contains the message group ID to use when the target is a FIFO queue.
If you specify an SQS FIFO queue as a target, the queue must have content-based deduplication enabled.
If you specify an SQS FIFO queue as a target, the queue must have content-based deduplication enabled.
public HttpParameters httpParameters()
Contains the HTTP parameters to use when the target is a API Gateway REST endpoint.
If you specify an API Gateway REST API as a target, you can use this parameter to specify headers, path parameter, query string keys/values as part of your target invoking request.
If you specify an API Gateway REST API as a target, you can use this parameter to specify headers, path parameter, query string keys/values as part of your target invoking request.
public RedshiftDataParameters redshiftDataParameters()
Contains the Redshift Data API parameters to use when the target is a Redshift cluster.
If you specify a Redshift Cluster as a Target, you can use this to specify parameters to invoke the Redshift Data API ExecuteStatement based on EventBridge events.
If you specify a Redshift Cluster as a Target, you can use this to specify parameters to invoke the Redshift Data API ExecuteStatement based on EventBridge events.
public DeadLetterConfig deadLetterConfig()
The DeadLetterConfig that defines the target queue to send dead-letter queue events to.
DeadLetterConfig that defines the target queue to send dead-letter queue events to.public RetryPolicy retryPolicy()
The RetryPolicy object that contains the retry policy configuration to use for the dead-letter
queue.
RetryPolicy object that contains the retry policy configuration to use for the
dead-letter queue.public Target.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Target.Builder,Target>public static Target.Builder builder()
public static Class<? extends Target.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.