public static final class UserPoolDomainProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserPoolDomainProps
UserPoolDomainProps
UserPoolDomainProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.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() |
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 IUserPool getUserPool()
UserPoolDomainProps
getUserPool
in interface UserPoolDomainProps
public final CognitoDomainOptions getCognitoDomain()
UserPoolDomainOptions
Default: - not set if `customDomain` is specified, otherwise, throws an error.
getCognitoDomain
in interface UserPoolDomainOptions
public final CustomDomainOptions getCustomDomain()
UserPoolDomainOptions
Default: - not set if `cognitoDomain` is specified, otherwise, throws an error.
getCustomDomain
in interface UserPoolDomainOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()