AWSCognitoIdentityProviderCustomSMSLambdaVersionConfigType
Objective-C
@interface AWSCognitoIdentityProviderCustomSMSLambdaVersionConfigType
Swift
class AWSCognitoIdentityProviderCustomSMSLambdaVersionConfigType
The properties of a custom SMS sender Lambda trigger.
Required parameters: [LambdaVersion, LambdaArn]
-
The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lambdaArn;
Swift
var lambdaArn: String? { get set }
-
The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.
You must use a
LambdaVersion
ofV1_0
with a custom sender function.Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionType lambdaVersion;
Swift
var lambdaVersion: AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionType { get set }