AWS::Events::ApiDestinationResource Type definition for AWS::Events::ApiDestination.
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectionArn | string | Required |
HttpMethod | string | Required |
InvocationEndpoint | string | Required |
Description | string | |
InvocationRateLimitPerSecond | integer | |
Name | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The arn of the api destination. |
ArnForPolicy | string | The arn of the api destination to be used in IAM policies. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Events::ApiDestination
Resources:
MyResource:
Type: AWS::Events::ApiDestination
Properties:
ConnectionArn: "arn:aws:service:region:account:resource"
InvocationEndpoint: "value"
HttpMethod: "GET"
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
events:CreateApiDestinationevents:DescribeApiDestinationevents:DescribeApiDestinationevents:UpdateApiDestinationevents:DescribeApiDestinationevents:DeleteApiDestinationevents:DescribeApiDestinationevents:ListApiDestinationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name