Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
logicalResourceId
CloudFormation.swift:70let logicalResourceId: String
let logicalResourceId: String
s15AWSLambdaEvents14CloudFormationO8ResponseV17logicalResourceIdSSvp
What are these?2T5G4
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct Response<D> where D : Encodable
enum CloudFormation
@frozen struct String
A Unicode string value that is a collection of characters.
init(status: StatusType, requestId: String, logicalResourceId: String, stackId: String, physicalResourceId: String?, reason: String?, noEcho: Bool?, data: D?)
let data: D?
let noEcho: Bool?
let physicalResourceId: String?
let reason: String?
let requestId: String
let stackId: String
let status: StatusType
func encode(to encoder: Encoder) throws
enum StatusType