@Stability(value=Stable) @Internal public static final class UserPoolDomainProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserPoolDomainProps
UserPoolDomainPropssoftware.amazon.jsii.JsiiObject.InitializationModeUserPoolDomainProps.Builder, UserPoolDomainProps.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.
|
protected |
Jsii$Proxy(UserPoolDomainProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
UserPoolDomainProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
CognitoDomainOptions |
getCognitoDomain()
Associate a cognito prefix domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
CustomDomainOptions |
getCustomDomain()
Associate a custom domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
IUserPool |
getUserPool()
The user pool to which this domain should be associated.
|
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(UserPoolDomainProps.Builder builder)
UserPoolDomainProps.Builder.public final IUserPool getUserPool()
UserPoolDomainPropsgetUserPool in interface UserPoolDomainPropspublic final CognitoDomainOptions getCognitoDomain()
UserPoolDomainOptionsDefault: - not set if `customDomain` is specified, otherwise, throws an error.
getCognitoDomain in interface UserPoolDomainOptionspublic final CustomDomainOptions getCustomDomain()
UserPoolDomainOptionsDefault: - not set if `cognitoDomain` is specified, otherwise, throws an error.
getCustomDomain in interface UserPoolDomainOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.