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 function that you want to assign to your Lambda trigger.final String
The user pool trigger version of the request that Amazon Cognito sends to your 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 function that you want to assign to your Lambda trigger.- Specified by:
getLambdaArn
in interfaceCfnUserPool.CustomSMSSenderProperty
- See Also:
-
getLambdaVersion
Description copied from interface:CfnUserPool.CustomSMSSenderProperty
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.- Specified by:
getLambdaVersion
in interfaceCfnUserPool.CustomSMSSenderProperty
- See Also:
-
$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()
-