Class CfnConnection.OAuth2PropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datazone.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.datazone.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 ObjectThe authorization code properties of the OAuth2 properties.final ObjectThe OAuth2 client application of the OAuth2 properties.final ObjectThe OAuth2 credentials of the OAuth2 properties.final StringThe OAuth2 grant type of the OAuth2 properties.final StringThe OAuth2 token URL of the OAuth2 properties.final ObjectThe OAuth2 token URL parameter map of the OAuth2 properties.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.OAuth2PropertiesPropertyThe authorization code properties of the OAuth2 properties.Returns union: either
IResolvableorCfnConnection.AuthorizationCodePropertiesProperty- Specified by:
getAuthorizationCodePropertiesin interfaceCfnConnection.OAuth2PropertiesProperty- See Also:
-
getOAuth2ClientApplication
Description copied from interface:CfnConnection.OAuth2PropertiesPropertyThe OAuth2 client application of the OAuth2 properties.Returns union: either
IResolvableorCfnConnection.OAuth2ClientApplicationProperty- Specified by:
getOAuth2ClientApplicationin interfaceCfnConnection.OAuth2PropertiesProperty- See Also:
-
getOAuth2Credentials
Description copied from interface:CfnConnection.OAuth2PropertiesPropertyThe OAuth2 credentials of the OAuth2 properties.Returns union: either
IResolvableorCfnConnection.GlueOAuth2CredentialsProperty- Specified by:
getOAuth2Credentialsin interfaceCfnConnection.OAuth2PropertiesProperty- See Also:
-
getOAuth2GrantType
Description copied from interface:CfnConnection.OAuth2PropertiesPropertyThe OAuth2 grant type of the OAuth2 properties.- Specified by:
getOAuth2GrantTypein interfaceCfnConnection.OAuth2PropertiesProperty- See Also:
-
getTokenUrl
Description copied from interface:CfnConnection.OAuth2PropertiesPropertyThe OAuth2 token URL of the OAuth2 properties.- Specified by:
getTokenUrlin interfaceCfnConnection.OAuth2PropertiesProperty- See Also:
-
getTokenUrlParametersMap
Description copied from interface:CfnConnection.OAuth2PropertiesPropertyThe OAuth2 token URL parameter map of the OAuth2 properties.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- 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()
-