Class CfnConnection.OAuth2PropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnConnection.OAuth2PropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnection.OAuth2PropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnection.OAuth2PropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnConnection.OAuth2PropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnection.OAuth2PropertiesProperty
An implementation for
CfnConnection.OAuth2PropertiesProperty-
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.OAuth2PropertiesProperty
CfnConnection.OAuth2PropertiesProperty.Builder, CfnConnection.OAuth2PropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnection.OAuth2PropertiesProperty.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 ObjectA structure containing the authorization code used in the authentication configuration.final ObjectThe OAuth2 client app used for the connection.final ObjectA structure containing the OAuth2 credentials used in the authentication configuration.final StringThe grant type used in the authentication configuration.final StringThe URL used in the authentication configuration.final ObjectA map of key-value pairs used in the authentication configuration.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.OAuth2PropertiesProperty.Builder.
-
-
Method Details
-
getAuthorizationCodeProperties
Description copied from interface:CfnConnection.OAuth2PropertiesPropertyA structure containing the authorization code used in the authentication configuration.Returns union: either
IResolvableorCfnConnection.AuthorizationCodePropertiesProperty- Specified by:
getAuthorizationCodePropertiesin interfaceCfnConnection.OAuth2PropertiesProperty- See Also:
-
getOAuth2ClientApplication
Description copied from interface:CfnConnection.OAuth2PropertiesPropertyThe OAuth2 client app used for the connection.Returns union: either
IResolvableorCfnConnection.OAuth2ClientApplicationProperty- Specified by:
getOAuth2ClientApplicationin interfaceCfnConnection.OAuth2PropertiesProperty- See Also:
-
getOAuth2Credentials
Description copied from interface:CfnConnection.OAuth2PropertiesPropertyA structure containing the OAuth2 credentials used in the authentication configuration.Returns union: either
IResolvableorCfnConnection.OAuth2CredentialsProperty- Specified by:
getOAuth2Credentialsin interfaceCfnConnection.OAuth2PropertiesProperty- See Also:
-
getOAuth2GrantType
Description copied from interface:CfnConnection.OAuth2PropertiesPropertyThe grant type used in the authentication configuration.- Specified by:
getOAuth2GrantTypein interfaceCfnConnection.OAuth2PropertiesProperty- See Also:
-
getTokenUrl
Description copied from interface:CfnConnection.OAuth2PropertiesPropertyThe URL used in the authentication configuration.- Specified by:
getTokenUrlin interfaceCfnConnection.OAuth2PropertiesProperty- See Also:
-
getTokenUrlParametersMap
Description copied from interface:CfnConnection.OAuth2PropertiesPropertyA map of key-value pairs used in the authentication configuration.- Specified by:
getTokenUrlParametersMapin interfaceCfnConnection.OAuth2PropertiesProperty- 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()
-