AWSCognitoIdentityProviderCustomSMSLambdaVersionConfigType
Objective-C
@interface AWSCognitoIdentityProviderCustomSMSLambdaVersionConfigType
Swift
class AWSCognitoIdentityProviderCustomSMSLambdaVersionConfigType
A custom SMS sender Lambda configuration type.
Required parameters: [LambdaVersion, LambdaArn]
-
The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications to users.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lambdaArn;
Swift
var lambdaArn: String? { get set }
-
Signature of the “request” attribute in the “event” information that Amazon Cognito passes to your custom SMS Lambda function. The only supported value is
V1_0
.Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionType lambdaVersion;
Swift
var lambdaVersion: AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionType { get set }