Class CfnManagedLoginBrandingProps.Jsii$Proxy
- All Implemented Interfaces:
CfnManagedLoginBrandingProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnManagedLoginBrandingProps
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 you want to assign the branding style to.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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnManagedLoginBranding.AssetTypeProperty>- Specified by:
getAssetsin interfaceCfnManagedLoginBrandingProps- See Also:
-
getClientId
Description copied from interface:CfnManagedLoginBrandingPropsThe app client that you want to assign the branding style to.Each style is linked to an app client until you delete it.
- 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.Returns union: either
BooleanorIResolvable- 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.The following components are not currently implemented and reserved for future use:
signUpinstructionssessionTimerDisplaylanguageSelector(for localization, see Managed login localization)
- 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 editor.
When you specify
truefor this option, you must also omit values forSettingsandAssetsin the request.Returns union: either
BooleanorIResolvable- 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()
-