View a markdown version of this page

AWS::EventsV2::Subscriber UniversalTargetParameters - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EventsV2::Subscriber UniversalTargetParameters

Parameters for invoking an AWS service API as a universal service integration target, used when TargetArn has the form arn:{partition}:events:::aws-sdk:{service}:{apiAction}.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Input" : String, "InvocationTimeoutSeconds" : String }

YAML

Input: String InvocationTimeoutSeconds: String

Properties

Input

JSON string or JSONata expression that produces the API request. Supports {% ... %} JSONata expressions for dynamic values from the event.

Required: Yes

Type: String

Minimum: 1

Maximum: 262144

Update requires: No interruption

InvocationTimeoutSeconds

Timeout in seconds for each invocation of the target (1-30, default 30). Must be a literal integer written as a string; JSONata expressions are not supported for this field.

Required: No

Type: String

Update requires: No interruption