Class CfnManagedLoginBrandingProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnManagedLoginBrandingProps.Jsii$Proxy
- All Implemented Interfaces:
CfnManagedLoginBrandingProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnManagedLoginBrandingProps
@Stability(Stable)
@Internal
public static final class CfnManagedLoginBrandingProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnManagedLoginBrandingProps
An implementation for
CfnManagedLoginBrandingProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnManagedLoginBrandingProps
CfnManagedLoginBrandingProps.Builder, CfnManagedLoginBrandingProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnManagedLoginBrandingProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectAn array of image files that you want to apply to roles like backgrounds, logos, and icons.final StringThe app client that's assigned to the branding style that you want more information about.final ObjectWhentrue, returns values for branding options that are unchanged from Amazon Cognito defaults.final ObjectA JSON file, encoded as aDocumenttype, with the the settings that you want to apply to your style.final ObjectWhen true, applies the default branding style options.final StringThe user pool where the branding style is assigned.final inthashCode()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 theCfnManagedLoginBrandingProps.Builder.
-
-
Method Details
-
getUserPoolId
Description copied from interface:CfnManagedLoginBrandingPropsThe user pool where the branding style is assigned.- Specified by:
getUserPoolIdin interfaceCfnManagedLoginBrandingProps- See Also:
-
getAssets
Description copied from interface:CfnManagedLoginBrandingPropsAn array of image files that you want to apply to roles like backgrounds, logos, and icons.Each object must also indicate whether it is for dark mode, light mode, or browser-adaptive mode.
- Specified by:
getAssetsin interfaceCfnManagedLoginBrandingProps- See Also:
-
getClientId
Description copied from interface:CfnManagedLoginBrandingPropsThe app client that's assigned to the branding style that you want more information about.- Specified by:
getClientIdin interfaceCfnManagedLoginBrandingProps- See Also:
-
getReturnMergedResources
Description copied from interface:CfnManagedLoginBrandingPropsWhentrue, returns values for branding options that are unchanged from Amazon Cognito defaults.When
falseor when you omit this parameter, returns only values that you customized in your branding style.- Specified by:
getReturnMergedResourcesin interfaceCfnManagedLoginBrandingProps- See Also:
-
getSettings
Description copied from interface:CfnManagedLoginBrandingPropsA JSON file, encoded as aDocumenttype, with the the settings that you want to apply to your style.- Specified by:
getSettingsin interfaceCfnManagedLoginBrandingProps- See Also:
-
getUseCognitoProvidedValues
Description copied from interface:CfnManagedLoginBrandingPropsWhen true, applies the default branding style options.This option reverts to default style options that are managed by Amazon Cognito. You can modify them later in the branding designer.
When you specify
truefor this option, you must also omit values forSettingsandAssetsin the request.- Specified by:
getUseCognitoProvidedValuesin interfaceCfnManagedLoginBrandingProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-