public static final class CfnUserPool.CustomSMSSenderProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPool.CustomSMSSenderProperty
CfnUserPool.CustomSMSSenderProperty
CfnUserPool.CustomSMSSenderProperty.Builder, CfnUserPool.CustomSMSSenderProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getLambdaArn()
The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon Cognito triggers to send SMS notifications to users.
|
java.lang.String |
getLambdaVersion()
The Lambda version represents the signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom SMS sender Lambda function.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getLambdaArn()
CfnUserPool.CustomSMSSenderProperty
getLambdaArn
in interface CfnUserPool.CustomSMSSenderProperty
public final java.lang.String getLambdaVersion()
CfnUserPool.CustomSMSSenderProperty
The only supported value is V1_0
.
getLambdaVersion
in interface CfnUserPool.CustomSMSSenderProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()