Class CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty
An implementation for
CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty-
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.glue.CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty
CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty.Builder, CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectionPropsMixin.AuthorizationCodePropertiesProperty.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 StringAn authorization code to be used in the third leg of theAUTHORIZATION_CODEgrant workflow.final StringThe redirect URI where the user gets redirected to by authorization server when issuing an authorization code.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 theCfnConnectionPropsMixin.AuthorizationCodePropertiesProperty.Builder.
-
-
Method Details
-
getAuthorizationCode
Description copied from interface:CfnConnectionPropsMixin.AuthorizationCodePropertiesPropertyAn authorization code to be used in the third leg of theAUTHORIZATION_CODEgrant workflow.This is a single-use code which becomes invalid once exchanged for an access token, thus it is acceptable to have this value as a request parameter.
- Specified by:
getAuthorizationCodein interfaceCfnConnectionPropsMixin.AuthorizationCodePropertiesProperty- See Also:
-
getRedirectUri
Description copied from interface:CfnConnectionPropsMixin.AuthorizationCodePropertiesPropertyThe redirect URI where the user gets redirected to by authorization server when issuing an authorization code.The URI is subsequently used when the authorization code is exchanged for an access token.
- Specified by:
getRedirectUriin interfaceCfnConnectionPropsMixin.AuthorizationCodePropertiesProperty- 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()
-