Class CfnUserPoolPropsMixin.CustomEmailSenderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolPropsMixin.CustomEmailSenderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolPropsMixin.CustomEmailSenderProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolPropsMixin.CustomEmailSenderProperty
@Stability(Stable)
@Internal
public static final class CfnUserPoolPropsMixin.CustomEmailSenderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolPropsMixin.CustomEmailSenderProperty
An implementation for
CfnUserPoolPropsMixin.CustomEmailSenderProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolPropsMixin.CustomEmailSenderProperty
CfnUserPoolPropsMixin.CustomEmailSenderProperty.Builder, CfnUserPoolPropsMixin.CustomEmailSenderProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolPropsMixin.CustomEmailSenderProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.final StringThe user pool trigger version of the request that Amazon Cognito sends to your Lambda function.final inthashCode()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 theCfnUserPoolPropsMixin.CustomEmailSenderProperty.Builder.
-
-
Method Details
-
getLambdaArn
Description copied from interface:CfnUserPoolPropsMixin.CustomEmailSenderPropertyThe Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.- Specified by:
getLambdaArnin interfaceCfnUserPoolPropsMixin.CustomEmailSenderProperty- See Also:
-
getLambdaVersion
Description copied from interface:CfnUserPoolPropsMixin.CustomEmailSenderPropertyThe 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
LambdaVersionofV1_0with a custom sender function.- Specified by:
getLambdaVersionin interfaceCfnUserPoolPropsMixin.CustomEmailSenderProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-