Class CfnTermsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnTermsProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTermsProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTermsProps
@Stability(Stable)
@Internal
public static final class CfnTermsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTermsProps
An implementation for
CfnTermsProps-
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.CfnTermsProps
CfnTermsProps.Builder, CfnTermsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTermsProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTermsProps.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 theCfnTermsProps.Builder.
-
-
Method Details
-
getEnforcement
Description copied from interface:CfnTermsPropsThis parameter is reserved for future use and currently accepts one value.- Specified by:
getEnforcementin interfaceCfnTermsProps- See Also:
-
getLinks
Description copied from interface:CfnTermsPropsA 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 interfaceCfnTermsProps- See Also:
-
getTermsName
Description copied from interface:CfnTermsPropsThe type and friendly name of the terms documents.- Specified by:
getTermsNamein interfaceCfnTermsProps- See Also:
-
getTermsSource
Description copied from interface:CfnTermsPropsThis parameter is reserved for future use and currently accepts one value.- Specified by:
getTermsSourcein interfaceCfnTermsProps- See Also:
-
getUserPoolId
Description copied from interface:CfnTermsPropsThe ID of the user pool that contains the terms documents.- Specified by:
getUserPoolIdin interfaceCfnTermsProps- See Also:
-
getClientId
Description copied from interface:CfnTermsPropsThe ID of the app client that the terms documents are assigned to.- Specified by:
getClientIdin interfaceCfnTermsProps- 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()
-