@Stability(value=Stable) @Internal public static final class CfnUserPoolDomainProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPoolDomainProps
CfnUserPoolDomainPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnUserPoolDomainProps.Builder, CfnUserPoolDomainProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnUserPoolDomainProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnUserPoolDomainProps.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) |
Object |
getCustomDomainConfig()
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
|
String |
getDomain()
The domain name for the domain that hosts the sign-up and sign-in pages for your application.
|
String |
getUserPoolId()
The user pool ID for the user pool where you want to associate a user pool domain.
|
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(CfnUserPoolDomainProps.Builder builder)
CfnUserPoolDomainProps.Builder.public final String getDomain()
CfnUserPoolDomainProps
For example: auth.example.com . If you're using a prefix domain, this field denotes the first part of the domain before .auth.[region].amazoncognito.com .
This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.
getDomain in interface CfnUserPoolDomainPropspublic final String getUserPoolId()
CfnUserPoolDomainPropsgetUserPoolId in interface CfnUserPoolDomainPropspublic final Object getCustomDomainConfig()
CfnUserPoolDomainPropsUse this object to specify an SSL certificate that is managed by ACM.
getCustomDomainConfig in interface CfnUserPoolDomainProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.