@Stability(value=Experimental) @Internal public static final class UserPoolDomainOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserPoolDomainOptions
UserPoolDomainOptionssoftware.amazon.jsii.JsiiObject.InitializationModeUserPoolDomainOptions.Builder, UserPoolDomainOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CognitoDomainOptions cognitoDomain,
CustomDomainOptions customDomain)
Constructor that initializes the object based on literal property values passed by the
UserPoolDomainOptions.Builder. |
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(Object o) |
CognitoDomainOptions |
getCognitoDomain()
(experimental) Associate a cognito prefix domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
CustomDomainOptions |
getCustomDomain()
(experimental) Associate a custom domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CognitoDomainOptions cognitoDomain, CustomDomainOptions customDomain)
UserPoolDomainOptions.Builder.public final CognitoDomainOptions getCognitoDomain()
UserPoolDomainOptionsDefault: - not set if `customDomain` is specified, otherwise, throws an error.
getCognitoDomain in interface UserPoolDomainOptionshttps://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-assign-domain-prefix.htmlpublic final CustomDomainOptions getCustomDomain()
UserPoolDomainOptionsDefault: - not set if `cognitoDomain` is specified, otherwise, throws an error.
getCustomDomain in interface UserPoolDomainOptionshttps://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-add-custom-domain.html@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.