Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 988 Bytes

SNSEventSource.md

File metadata and controls

21 lines (14 loc) · 988 Bytes

SNSEventSource

SNSEventSource refers to event-source for AWS SNS related events

Properties

Name Type Description Notes
secretKey V1SecretKeySelector [optional]
accessKey V1SecretKeySelector [optional]
webhook WebhookContext [optional]
filter EventSourceFilter [optional]
validateSignature Boolean ValidateSignature is boolean that can be set to true for SNS signature verification [optional]
region String Region is AWS region
roleARN String RoleARN is the Amazon Resource Name (ARN) of the role to assume. [optional]
topicArn String TopicArn
metadata Map<String, String> Metadata holds the user defined metadata which will passed along the event payload. [optional]