awscc.events_apidestination¶
Filters¶
event
reduce
value
Actions¶
delete¶
Parent base class for filters and actions.
properties:
  type:
    enum:
    - delete
required:
- type
Permissions - events:DeleteApiDestination, events:DescribeApiDestination
update¶
Parent base class for filters and actions.
properties:
  ConnectionArn:
    description: The arn of the connection.
    type: string
  Description:
    maxLength: 512
    type: string
  HttpMethod:
    enum:
    - GET
    - HEAD
    - POST
    - OPTIONS
    - PUT
    - DELETE
    - PATCH
    type: string
  InvocationEndpoint:
    description: Url endpoint to invoke.
    type: string
  InvocationRateLimitPerSecond:
    minimum: 1
    type: integer
  type:
    enum:
    - update
Permissions - events:UpdateApiDestination, events:DescribeApiDestination