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