Class UserPoolDomainProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.UserPoolDomainProps.Jsii$Proxy
- All Implemented Interfaces:
UserPoolDomainOptions
,UserPoolDomainProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UserPoolDomainProps
@Stability(Stable)
@Internal
public static final class UserPoolDomainProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UserPoolDomainProps
An implementation for
UserPoolDomainProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.UserPoolDomainProps
UserPoolDomainProps.Builder, UserPoolDomainProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(UserPoolDomainProps.Builder builder) Constructor that initializes the object based on literal property values passed by theUserPoolDomainProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final CognitoDomainOptions
Associate a cognito prefix domain with your user pool EithercustomDomain
orcognitoDomain
must be specified.final CustomDomainOptions
Associate a custom domain with your user pool EithercustomDomain
orcognitoDomain
must be specified.final IUserPool
The user pool to which this domain should be associated.final int
hashCode()
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 theUserPoolDomainProps.Builder
.
-
-
Method Details
-
getUserPool
Description copied from interface:UserPoolDomainProps
The user pool to which this domain should be associated.- Specified by:
getUserPool
in interfaceUserPoolDomainProps
-
getCognitoDomain
Description copied from interface:UserPoolDomainOptions
Associate a cognito prefix domain with your user pool EithercustomDomain
orcognitoDomain
must be specified.Default: - not set if `customDomain` is specified, otherwise, throws an error.
- Specified by:
getCognitoDomain
in interfaceUserPoolDomainOptions
- See Also:
-
getCustomDomain
Description copied from interface:UserPoolDomainOptions
Associate a custom domain with your user pool EithercustomDomain
orcognitoDomain
must be specified.Default: - not set if `cognitoDomain` is specified, otherwise, throws an error.
- Specified by:
getCustomDomain
in interfaceUserPoolDomainOptions
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-