Class CfnConnection.OAuth2PropertiesInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnConnection.OAuth2PropertiesInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnection.OAuth2PropertiesInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnection.OAuth2PropertiesInputProperty
@Stability(Stable)
@Internal
public static final class CfnConnection.OAuth2PropertiesInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnection.OAuth2PropertiesInputProperty
An implementation for
CfnConnection.OAuth2PropertiesInputProperty-
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.OAuth2PropertiesInputProperty
CfnConnection.OAuth2PropertiesInputProperty.Builder, CfnConnection.OAuth2PropertiesInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnection.OAuth2PropertiesInputProperty.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 ObjectThe set of properties required for the the OAuth2AUTHORIZATION_CODEgrant type.final ObjectThe client application type in the CreateConnection request.final ObjectThe credentials used when the authentication type is OAuth2 authentication.final StringThe OAuth2 grant type in the CreateConnection request.final StringThe URL of the provider's authentication server, to exchange an authorization code for an access token.final ObjectA map of parameters that are added to the tokenGETrequest.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.OAuth2PropertiesInputProperty.Builder.
-
-
Method Details
-
getAuthorizationCodeProperties
Description copied from interface:CfnConnection.OAuth2PropertiesInputPropertyThe set of properties required for the the OAuth2AUTHORIZATION_CODEgrant type.Returns union: either
IResolvableorCfnConnection.AuthorizationCodePropertiesProperty- Specified by:
getAuthorizationCodePropertiesin interfaceCfnConnection.OAuth2PropertiesInputProperty- See Also:
-
getOAuth2ClientApplication
Description copied from interface:CfnConnection.OAuth2PropertiesInputPropertyThe client application type in the CreateConnection request.For example,
AWS_MANAGEDorUSER_MANAGED.Returns union: either
IResolvableorCfnConnection.OAuth2ClientApplicationProperty- Specified by:
getOAuth2ClientApplicationin interfaceCfnConnection.OAuth2PropertiesInputProperty- See Also:
-
getOAuth2Credentials
Description copied from interface:CfnConnection.OAuth2PropertiesInputPropertyThe credentials used when the authentication type is OAuth2 authentication.Returns union: either
IResolvableorCfnConnection.OAuth2CredentialsProperty- Specified by:
getOAuth2Credentialsin interfaceCfnConnection.OAuth2PropertiesInputProperty- See Also:
-
getOAuth2GrantType
Description copied from interface:CfnConnection.OAuth2PropertiesInputPropertyThe OAuth2 grant type in the CreateConnection request.For example,
AUTHORIZATION_CODE,JWT_BEARER, orCLIENT_CREDENTIALS.- Specified by:
getOAuth2GrantTypein interfaceCfnConnection.OAuth2PropertiesInputProperty- See Also:
-
getTokenUrl
Description copied from interface:CfnConnection.OAuth2PropertiesInputPropertyThe URL of the provider's authentication server, to exchange an authorization code for an access token.- Specified by:
getTokenUrlin interfaceCfnConnection.OAuth2PropertiesInputProperty- See Also:
-
getTokenUrlParametersMap
Description copied from interface:CfnConnection.OAuth2PropertiesInputPropertyA map of parameters that are added to the tokenGETrequest.- Specified by:
getTokenUrlParametersMapin interfaceCfnConnection.OAuth2PropertiesInputProperty- 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()
-