Class UserPoolDomainOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.UserPoolDomainOptions.Jsii$Proxy
- All Implemented Interfaces:
UserPoolDomainOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UserPoolDomainOptions
@Stability(Stable)
@Internal
public static final class UserPoolDomainOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UserPoolDomainOptions
An implementation for
UserPoolDomainOptions-
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.services.cognito.UserPoolDomainOptions
UserPoolDomainOptions.Builder, UserPoolDomainOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(UserPoolDomainOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theUserPoolDomainOptions.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 CognitoDomainOptionsAssociate a cognito prefix domain with your user pool EithercustomDomainorcognitoDomainmust be specified.final CustomDomainOptionsAssociate a custom domain with your user pool EithercustomDomainorcognitoDomainmust be specified.final ManagedLoginVersionA version that indicates the state of managed login.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 theUserPoolDomainOptions.Builder.
-
-
Method Details
-
getCognitoDomain
Description copied from interface:UserPoolDomainOptionsAssociate a cognito prefix domain with your user pool EithercustomDomainorcognitoDomainmust be specified.Default: - not set if `customDomain` is specified, otherwise, throws an error.
- Specified by:
getCognitoDomainin interfaceUserPoolDomainOptions- See Also:
-
getCustomDomain
Description copied from interface:UserPoolDomainOptionsAssociate a custom domain with your user pool EithercustomDomainorcognitoDomainmust be specified.Default: - not set if `cognitoDomain` is specified, otherwise, throws an error.
- Specified by:
getCustomDomainin interfaceUserPoolDomainOptions- See Also:
-
getManagedLoginVersion
Description copied from interface:UserPoolDomainOptionsA version that indicates the state of managed login.This choice applies to all app clients that host services at the domain.
Default: undefined - Cognito default setting is ManagedLoginVersion.CLASSIC_HOSTED_UI
- Specified by:
getManagedLoginVersionin interfaceUserPoolDomainOptions- 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()
-