UpdateAuthorizerRequest
public struct UpdateAuthorizerRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the authorizer’s Lambda function.
Declaration
Swift
public let authorizerFunctionArn: String?
-
The authorizer name.
Declaration
Swift
public let authorizerName: String
-
The status of the update authorizer request.
Declaration
Swift
public let status: AuthorizerStatus?
-
The key used to extract the token from the HTTP headers.
Declaration
Swift
public let tokenKeyName: String?
-
The public keys used to verify the token signature.
Declaration
Swift
public let tokenSigningPublicKeys: [String : String]?
-
Undocumented
Declaration
Swift
public init(authorizerFunctionArn: String? = nil, authorizerName: String, status: AuthorizerStatus? = nil, tokenKeyName: String? = nil, tokenSigningPublicKeys: [String : String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws