GetAuthorizerResponse
public struct GetAuthorizerResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let authorizerCredentialsArn: String? -
Undocumented
Declaration
Swift
public let authorizerId: String? -
Undocumented
Declaration
Swift
public let authorizerPayloadFormatVersion: String? -
Undocumented
Declaration
Swift
public let authorizerResultTtlInSeconds: Int? -
Undocumented
Declaration
Swift
public let authorizerType: AuthorizerType? -
Undocumented
Declaration
Swift
public let authorizerUri: String? -
Undocumented
Declaration
Swift
public let enableSimpleResponses: Bool? -
Undocumented
Declaration
Swift
public let identitySource: [String]? -
Undocumented
Declaration
Swift
public let identityValidationExpression: String? -
Undocumented
Declaration
Swift
public let jwtConfiguration: JWTConfiguration? -
Undocumented
Declaration
Swift
public let name: String? -
init(authorizerCredentialsArn:authorizerId:authorizerPayloadFormatVersion:authorizerResultTtlInSeconds:authorizerType:authorizerUri:enableSimpleResponses:identitySource:identityValidationExpression:jwtConfiguration:name:)Undocumented
Declaration
Swift
public init(authorizerCredentialsArn: String? = nil, authorizerId: String? = nil, authorizerPayloadFormatVersion: String? = nil, authorizerResultTtlInSeconds: Int? = nil, authorizerType: AuthorizerType? = nil, authorizerUri: String? = nil, enableSimpleResponses: Bool? = nil, identitySource: [String]? = nil, identityValidationExpression: String? = nil, jwtConfiguration: JWTConfiguration? = nil, name: String? = nil)
View on GitHub
GetAuthorizerResponse Structure Reference