APIGatewayLambdaAuthorizerPolicyResponse
APIGatewayLambdaAuthorizerPolicyResponse
contains a Policy response (inc. an IAM policy document) returned by a Lambda authorizer function
struct APIGatewayLambdaAuthorizerPolicyResponse
APIGatewayLambdaAuthorizerPolicyResponse
contains a Policy response (inc. an IAM policy document) returned by a Lambda authorizer function
struct APIGatewayLambdaAuthorizerPolicyResponse
s15AWSLambdaEvents40APIGatewayLambdaAuthorizerPolicyResponseV
What are these?KHML
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Sendable
init(from decoder: any Decoder) throws
init(principalId: String, policyDocument: PolicyDocument, context: LambdaAuthorizerContext?)
let context: LambdaAuthorizerContext?
let policyDocument: PolicyDocument
let principalId: String
struct PolicyDocument
PolicyDocument
contains an IAM policy document