PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CloudWatchEvents::Target; use Moose; has Arn => (is => 'ro', isa => 'Str', required => 1); has BatchParameters => (is => 'ro', isa => 'Paws::CloudWatchEvents::BatchParameters'); has DeadLetterConfig => (is => 'ro', isa => 'Paws::CloudWatchEvents::DeadLetterConfig'); has EcsParameters => (is => 'ro', isa => 'Paws::CloudWatchEvents::EcsParameters'); has HttpParameters => (is => 'ro', isa => 'Paws::CloudWatchEvents::HttpParameters'); has Id => (is => 'ro', isa => 'Str', required => 1); has Input => (is => 'ro', isa => 'Str'); has InputPath => (is => 'ro', isa => 'Str'); has InputTransformer => (is => 'ro', isa => 'Paws::CloudWatchEvents::InputTransformer'); has KinesisParameters => (is => 'ro', isa => 'Paws::CloudWatchEvents::KinesisParameters'); has RedshiftDataParameters => (is => 'ro', isa => 'Paws::CloudWatchEvents::RedshiftDataParameters'); has RetryPolicy => (is => 'ro', isa => 'Paws::CloudWatchEvents::RetryPolicy'); has RoleArn => (is => 'ro', isa => 'Str'); has RunCommandParameters => (is => 'ro', isa => 'Paws::CloudWatchEvents::RunCommandParameters'); has SageMakerPipelineParameters => (is => 'ro', isa => 'Paws::CloudWatchEvents::SageMakerPipelineParameters'); has SqsParameters => (is => 'ro', isa => 'Paws::CloudWatchEvents::SqsParameters'); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudWatchEvents::Target =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::CloudWatchEvents::Target object: $service_obj->Method(Att1 => { Arn => $value, ..., SqsParameters => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudWatchEvents::Target object: $result = $service_obj->Method(...); $result->Att1->Arn =head1 DESCRIPTION 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 C with proper permissions in the C structure. For more information, see Sending and Receiving Events Between AWS Accounts (https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-cross-account-event-delivery.html) in the I. =head1 ATTRIBUTES =head2 B Arn => Str The Amazon Resource Name (ARN) of the target. =head2 BatchParameters => L If the event target is an AWS Batch job, this contains the job definition, job name, and other parameters. For more information, see Jobs (https://docs.aws.amazon.com/batch/latest/userguide/jobs.html) in the I. =head2 DeadLetterConfig => L The C that defines the target queue to send dead-letter queue events to. =head2 EcsParameters => L 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 (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html) in the I. =head2 HttpParameters => L Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination. If you specify an API Gateway REST 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. =head2 B Id => Str The ID of the target. =head2 Input => Str 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 (http://www.rfc-editor.org/rfc/rfc7159.txt). =head2 InputPath => Str 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 (http://goessner.net/articles/JsonPath/). =head2 InputTransformer => L 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. =head2 KinesisParameters => L 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 C as the partition key. =head2 RedshiftDataParameters => L 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. =head2 RetryPolicy => L The C object that contains the retry policy configuration to use for the dead-letter queue. =head2 RoleArn => Str 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. =head2 RunCommandParameters => L Parameters used when you are using the rule to invoke Amazon EC2 Run Command. =head2 SageMakerPipelineParameters => L 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. =head2 SqsParameters => L 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. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut