Class CfnConnection.AuthorizationCodePropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnConnection.AuthorizationCodePropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnection.AuthorizationCodePropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnection.AuthorizationCodePropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnConnection.AuthorizationCodePropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnection.AuthorizationCodePropertiesProperty
An implementation for
CfnConnection.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.services.glue.CfnConnection.AuthorizationCodePropertiesProperty
CfnConnection.AuthorizationCodePropertiesProperty.Builder, CfnConnection.AuthorizationCodePropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnection.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 theCfnConnection.AuthorizationCodePropertiesProperty.Builder.
-
-
Method Details
-
getAuthorizationCode
Description copied from interface:CfnConnection.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 interfaceCfnConnection.AuthorizationCodePropertiesProperty- See Also:
-
getRedirectUri
Description copied from interface:CfnConnection.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 interfaceCfnConnection.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()
-