Class CfnTermsMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnTermsMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTermsMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTermsMixinProps
@Stability(Stable)
@Internal
public static final class CfnTermsMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTermsMixinProps
An implementation for
CfnTermsMixinProps-
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.cfnpropertymixins.services.cognito.CfnTermsMixinProps
CfnTermsMixinProps.Builder, CfnTermsMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTermsMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTermsMixinProps.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 StringThe ID of the app client that the terms documents are assigned to.final StringThis parameter is reserved for future use and currently accepts one value.final ObjectgetLinks()A map of URLs to languages.final StringThe type and friendly name of the terms documents.final StringThis parameter is reserved for future use and currently accepts one value.final StringThe ID of the user pool that contains the terms documents.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 theCfnTermsMixinProps.Builder.
-
-
Method Details
-
getClientId
Description copied from interface:CfnTermsMixinPropsThe ID of the app client that the terms documents are assigned to.- Specified by:
getClientIdin interfaceCfnTermsMixinProps- See Also:
-
getEnforcement
Description copied from interface:CfnTermsMixinPropsThis parameter is reserved for future use and currently accepts one value.- Specified by:
getEnforcementin interfaceCfnTermsMixinProps- See Also:
-
getLinks
Description copied from interface:CfnTermsMixinPropsA map of URLs to languages.For each localized language that will view the requested
TermsName, assign a URL. A selection ofcognito:defaultdisplays for all languages that don't have a language-specific URL.For example,
"cognito:default": "https://terms.example.com", "cognito:spanish": "https://terms.example.com/es".Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getLinksin interfaceCfnTermsMixinProps- See Also:
-
getTermsName
Description copied from interface:CfnTermsMixinPropsThe type and friendly name of the terms documents.- Specified by:
getTermsNamein interfaceCfnTermsMixinProps- See Also:
-
getTermsSource
Description copied from interface:CfnTermsMixinPropsThis parameter is reserved for future use and currently accepts one value.- Specified by:
getTermsSourcein interfaceCfnTermsMixinProps- See Also:
-
getUserPoolId
Description copied from interface:CfnTermsMixinPropsThe ID of the user pool that contains the terms documents.- Specified by:
getUserPoolIdin interfaceCfnTermsMixinProps- 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()
-