AWSLambdaFunctionUrlAuthType
Objective-C
NS_ENUM(NSInteger, AWSLambdaFunctionUrlAuthType) {
AWSLambdaFunctionUrlAuthTypeUnknown,
AWSLambdaFunctionUrlAuthTypeNone,
AWSLambdaFunctionUrlAuthTypeAwsIam,
}
Swift
enum AWSLambdaFunctionUrlAuthType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLambdaFunctionUrlAuthTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLambdaFunctionUrlAuthTypeNone
Swift
case none = 1
-
Undocumented
Declaration
Objective-C
AWSLambdaFunctionUrlAuthTypeAwsIam
Swift
case awsIam = 2