RuleTargetArgs

data class RuleTargetArgs(val appSyncParameters: Output<RuleAppSyncParametersArgs>? = null, val arn: Output<String>, val batchParameters: Output<RuleBatchParametersArgs>? = null, val deadLetterConfig: Output<RuleDeadLetterConfigArgs>? = null, val ecsParameters: Output<RuleEcsParametersArgs>? = null, val httpParameters: Output<RuleHttpParametersArgs>? = null, val id: Output<String>, val input: Output<String>? = null, val inputPath: Output<String>? = null, val inputTransformer: Output<RuleInputTransformerArgs>? = null, val kinesisParameters: Output<RuleKinesisParametersArgs>? = null, val redshiftDataParameters: Output<RuleRedshiftDataParametersArgs>? = null, val retryPolicy: Output<RuleRetryPolicyArgs>? = null, val roleArn: Output<String>? = null, val runCommandParameters: Output<RuleRunCommandParametersArgs>? = null, val sageMakerPipelineParameters: Output<RuleSageMakerPipelineParametersArgs>? = null, val sqsParameters: Output<RuleSqsParametersArgs>? = null) : ConvertibleToJava<RuleTargetArgs>

Constructors

Link copied to clipboard
constructor(appSyncParameters: Output<RuleAppSyncParametersArgs>? = null, arn: Output<String>, batchParameters: Output<RuleBatchParametersArgs>? = null, deadLetterConfig: Output<RuleDeadLetterConfigArgs>? = null, ecsParameters: Output<RuleEcsParametersArgs>? = null, httpParameters: Output<RuleHttpParametersArgs>? = null, id: Output<String>, input: Output<String>? = null, inputPath: Output<String>? = null, inputTransformer: Output<RuleInputTransformerArgs>? = null, kinesisParameters: Output<RuleKinesisParametersArgs>? = null, redshiftDataParameters: Output<RuleRedshiftDataParametersArgs>? = null, retryPolicy: Output<RuleRetryPolicyArgs>? = null, roleArn: Output<String>? = null, runCommandParameters: Output<RuleRunCommandParametersArgs>? = null, sageMakerPipelineParameters: Output<RuleSageMakerPipelineParametersArgs>? = null, sqsParameters: Output<RuleSqsParametersArgs>? = null)

Properties

Link copied to clipboard

Contains the GraphQL operation to be parsed and executed, if the event target is an AWS AppSync API.

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the target.

Link copied to clipboard

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 .

Link copied to clipboard

The DeadLetterConfig that defines the target queue to send dead-letter queue events to.

Link copied to clipboard

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 .

Link copied to clipboard

Contains the HTTP parameters to use when the target is a API Gateway endpoint or EventBridge ApiDestination. If you specify an API Gateway API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.

Link copied to clipboard
val id: Output<String>

The ID of the target within the specified rule. Use this ID to reference the target when updating the rule. We recommend using a memorable and unique string.

Link copied to clipboard
val input: Output<String>? = null

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 .

Link copied to clipboard
val inputPath: Output<String>? = null

The value of the JSONPath that is used for extracting part of the matched event when passing it to the target. You may use JSON dot notation or bracket notation. For more information about JSON paths, see JSONPath .

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Contains the Amazon Redshift Data API parameters to use when the target is a Amazon Redshift cluster. If you specify a Amazon Redshift Cluster as a Target, you can use this to specify parameters to invoke the Amazon Redshift Data API ExecuteStatement based on EventBridge events.

Link copied to clipboard
val retryPolicy: Output<RuleRetryPolicyArgs>? = null

The RetryPolicy object that contains the retry policy configuration to use for the dead-letter queue.

Link copied to clipboard
val roleArn: Output<String>? = null

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.

Link copied to clipboard

Parameters used when you are using the rule to invoke Amazon EC2 Run Command.

Link copied to clipboard

Contains the SageMaker Model Building Pipeline parameters to start execution of a SageMaker Model Building Pipeline. If you specify a SageMaker Model Building Pipeline as a target, you can use this to specify parameters to start a pipeline execution based on EventBridge events.

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): RuleTargetArgs