The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::CloudWatchEvents::Target

USAGE

This class represents one of two things:

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, ..., RunCommandParameters => $value  });

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

DESCRIPTION

Targets are the resources to be invoked when a rule is triggered. Target types include EC2 instances, AWS Lambda functions, Amazon Kinesis streams, Amazon ECS tasks, AWS Step Functions state machines, Run Command, and built-in targets.

ATTRIBUTES

REQUIRED Arn => Str

  The Amazon Resource Name (ARN) of the target.

EcsParameters => Paws::CloudWatchEvents::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 I<Amazon EC2 Container
Service Developer Guide>.

REQUIRED Id => Str

  The ID of the target.

Input => Str

  Valid JSON text passed to the target. In this case, nothing from the
event itself is passed to the target. You must use JSON dot notation,
not bracket notation. For more information, see The JavaScript Object
Notation (JSON) Data Interchange Format.

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.

InputTransformer => Paws::CloudWatchEvents::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.

KinesisParameters => Paws::CloudWatchEvents::KinesisParameters

  The custom parameter you can use to control shard assignment, when the
target is an Amazon Kinesis stream. If you do not include this
parameter, the default is to use the C<eventId> as the partition key.

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.

RunCommandParameters => Paws::CloudWatchEvents::RunCommandParameters

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

SEE ALSO

This class forms part of Paws, describing an object used in Paws::CloudWatchEvents

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues