Manages Event Gateway Event Types
Name | Type | Description |
---|---|---|
space | string |
The Event Gateway space which should be used |
authorizerId | string |
The authorizer function id |
url | string required |
The Event Gateway URL |
accessKey | string required |
The access key used to authenticate with the hosted Event Gateway |
name | string required |
The event type name |
Name | Type | Description |
---|---|---|
name | string |
The event type name |
type: my-application
components:
myServerlessEventgatewayEventType:
type: serverless-eventgateway-event-type
inputs:
space: acme-marketing-space
authorizerId: authorizerFunction
url: 'http://localhost'
accessKey: s0m34c355k3y
name: user.created