Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
source
Cloudwatch.swift:43let source: String
let source: String
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct CloudwatchEvent<Detail> where Detail : CloudwatchDetail
CloudWatch.Event is the outer structure of an event sent via CloudWatch Events.
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: Decoder) throws
let accountId: String
let detail: Detail
let id: String
let region: AWSRegion
let resources: [String]
let time: Date