Initializerswift-aws-lambda-events 1.0.0AWSLambdaEvents
init(action:effect:resource:)
APIGatewayLambdaAuthorizers.swift:90init(action: String, effect: Effect, resource: String)
init(action: String, effect: Effect, resource: String)
s15AWSLambdaEvents40APIGatewayLambdaAuthorizerPolicyResponseV0F8DocumentV9StatementV6action6effect8resourceAGSS_AG6EffectOSStcfc
What are these?N5A6
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct Statement
struct APIGatewayLambdaAuthorizerPolicyResponse
APIGatewayLambdaAuthorizerPolicyResponse
contains a Policy response (inc. an IAM policy document) returned by a Lambda authorizer function
struct PolicyDocument
PolicyDocument
contains an IAM policy document
@frozen struct String
A Unicode string value that is a collection of characters.
enum Effect
init(action: [String], effect: Effect, resource: [String])
init(from decoder: any Decoder) throws
let action: [String]
let effect: Effect
let resource: [String]
enum CodingKeys