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:StringInvocationTimeoutSeconds: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:
1Maximum:
262144Update 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