Struct aws_sdk_eventbridge::types::builders::TargetBuilder
source · #[non_exhaustive]pub struct TargetBuilder { /* private fields */ }
Expand description
A builder for Target
.
Implementations§
source§impl TargetBuilder
impl TargetBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
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.
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the target.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the target.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
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.
sourcepub fn input(self, input: impl Into<String>) -> Self
pub fn input(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_input(self, input: Option<String>) -> Self
pub fn set_input(self, input: Option<String>) -> Self
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.
sourcepub fn input_path(self, input: impl Into<String>) -> Self
pub fn input_path(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_input_path(self, input: Option<String>) -> Self
pub fn set_input_path(self, input: Option<String>) -> Self
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.
sourcepub fn input_transformer(self, input: InputTransformer) -> Self
pub fn input_transformer(self, input: InputTransformer) -> Self
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.
sourcepub fn set_input_transformer(self, input: Option<InputTransformer>) -> Self
pub fn set_input_transformer(self, input: Option<InputTransformer>) -> Self
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.
sourcepub fn kinesis_parameters(self, input: KinesisParameters) -> Self
pub fn kinesis_parameters(self, input: KinesisParameters) -> Self
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.
sourcepub fn set_kinesis_parameters(self, input: Option<KinesisParameters>) -> Self
pub fn set_kinesis_parameters(self, input: Option<KinesisParameters>) -> Self
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.
sourcepub fn run_command_parameters(self, input: RunCommandParameters) -> Self
pub fn run_command_parameters(self, input: RunCommandParameters) -> Self
Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
sourcepub fn set_run_command_parameters(
self,
input: Option<RunCommandParameters>
) -> Self
pub fn set_run_command_parameters( self, input: Option<RunCommandParameters> ) -> Self
Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
sourcepub fn ecs_parameters(self, input: EcsParameters) -> Self
pub fn ecs_parameters(self, input: EcsParameters) -> Self
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.
sourcepub fn set_ecs_parameters(self, input: Option<EcsParameters>) -> Self
pub fn set_ecs_parameters(self, input: Option<EcsParameters>) -> Self
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.
sourcepub fn batch_parameters(self, input: BatchParameters) -> Self
pub fn batch_parameters(self, input: BatchParameters) -> Self
If the event target is an Batch job, this contains the job definition, job name, and other parameters. For more information, see Jobs in the Batch User Guide.
sourcepub fn set_batch_parameters(self, input: Option<BatchParameters>) -> Self
pub fn set_batch_parameters(self, input: Option<BatchParameters>) -> Self
If the event target is an Batch job, this contains the job definition, job name, and other parameters. For more information, see Jobs in the Batch User Guide.
sourcepub fn sqs_parameters(self, input: SqsParameters) -> Self
pub fn sqs_parameters(self, input: SqsParameters) -> Self
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.
sourcepub fn set_sqs_parameters(self, input: Option<SqsParameters>) -> Self
pub fn set_sqs_parameters(self, input: Option<SqsParameters>) -> Self
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.
sourcepub fn http_parameters(self, input: HttpParameters) -> Self
pub fn http_parameters(self, input: HttpParameters) -> Self
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.
sourcepub fn set_http_parameters(self, input: Option<HttpParameters>) -> Self
pub fn set_http_parameters(self, input: Option<HttpParameters>) -> Self
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.
sourcepub fn redshift_data_parameters(self, input: RedshiftDataParameters) -> Self
pub fn redshift_data_parameters(self, input: RedshiftDataParameters) -> Self
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.
sourcepub fn set_redshift_data_parameters(
self,
input: Option<RedshiftDataParameters>
) -> Self
pub fn set_redshift_data_parameters( self, input: Option<RedshiftDataParameters> ) -> Self
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.
sourcepub fn sage_maker_pipeline_parameters(
self,
input: SageMakerPipelineParameters
) -> Self
pub fn sage_maker_pipeline_parameters( self, input: SageMakerPipelineParameters ) -> Self
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.
sourcepub fn set_sage_maker_pipeline_parameters(
self,
input: Option<SageMakerPipelineParameters>
) -> Self
pub fn set_sage_maker_pipeline_parameters( self, input: Option<SageMakerPipelineParameters> ) -> Self
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.
sourcepub fn dead_letter_config(self, input: DeadLetterConfig) -> Self
pub fn dead_letter_config(self, input: DeadLetterConfig) -> Self
The DeadLetterConfig
that defines the target queue to send dead-letter queue events to.
sourcepub fn set_dead_letter_config(self, input: Option<DeadLetterConfig>) -> Self
pub fn set_dead_letter_config(self, input: Option<DeadLetterConfig>) -> Self
The DeadLetterConfig
that defines the target queue to send dead-letter queue events to.
sourcepub fn retry_policy(self, input: RetryPolicy) -> Self
pub fn retry_policy(self, input: RetryPolicy) -> Self
The RetryPolicy
object that contains the retry policy configuration to use for the dead-letter queue.
sourcepub fn set_retry_policy(self, input: Option<RetryPolicy>) -> Self
pub fn set_retry_policy(self, input: Option<RetryPolicy>) -> Self
The RetryPolicy
object that contains the retry policy configuration to use for the dead-letter queue.
Trait Implementations§
source§impl Clone for TargetBuilder
impl Clone for TargetBuilder
source§fn clone(&self) -> TargetBuilder
fn clone(&self) -> TargetBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for TargetBuilder
impl Debug for TargetBuilder
source§impl Default for TargetBuilder
impl Default for TargetBuilder
source§fn default() -> TargetBuilder
fn default() -> TargetBuilder
source§impl PartialEq<TargetBuilder> for TargetBuilder
impl PartialEq<TargetBuilder> for TargetBuilder
source§fn eq(&self, other: &TargetBuilder) -> bool
fn eq(&self, other: &TargetBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.