View a markdown version of this page

AWS::EventsV2::Subscriber UniversalTargetParameters - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::EventsV2::Subscriber UniversalTargetParameters

Parameters for invoking an Amazon 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 Amazon 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