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