Class CfnUserPool.CustomSMSSenderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPool.CustomSMSSenderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPool.CustomSMSSenderProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnUserPool.CustomSMSSenderProperty
@Stability(Stable)
@Internal
public static final class CfnUserPool.CustomSMSSenderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPool.CustomSMSSenderProperty
An implementation for
CfnUserPool.CustomSMSSenderProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPool.CustomSMSSenderProperty
CfnUserPool.CustomSMSSenderProperty.Builder, CfnUserPool.CustomSMSSenderProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUserPool.CustomSMSSenderProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Cognito triggers to send SMS notifications to users.final String
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom SMS sender Lambda function.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUserPool.CustomSMSSenderProperty.Builder
.
-
-
Method Details
-
getLambdaArn
Description copied from interface:CfnUserPool.CustomSMSSenderProperty
The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Cognito triggers to send SMS notifications to users.- Specified by:
getLambdaArn
in interfaceCfnUserPool.CustomSMSSenderProperty
-
getLambdaVersion
Description copied from interface:CfnUserPool.CustomSMSSenderProperty
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom SMS sender Lambda function.The only supported value is
V1_0
.- Specified by:
getLambdaVersion
in interfaceCfnUserPool.CustomSMSSenderProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-