Class CfnConnectorProfile.OAuth2PropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnConnectorProfile.OAuth2PropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfile.OAuth2PropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProfile.OAuth2PropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfile.OAuth2PropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfile.OAuth2PropertiesProperty
An implementation for
CfnConnectorProfile.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.appflow.CfnConnectorProfile.OAuth2PropertiesProperty
CfnConnectorProfile.OAuth2PropertiesProperty.Builder, CfnConnectorProfile.OAuth2PropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorProfile.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 StringThe OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.final StringThe token URL required for OAuth 2.0 authentication.final ObjectAssociates your token URL with a map of properties that you define.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 theCfnConnectorProfile.OAuth2PropertiesProperty.Builder.
-
-
Method Details
-
getOAuth2GrantType
Description copied from interface:CfnConnectorProfile.OAuth2PropertiesPropertyThe OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.- Specified by:
getOAuth2GrantTypein interfaceCfnConnectorProfile.OAuth2PropertiesProperty- See Also:
-
getTokenUrl
Description copied from interface:CfnConnectorProfile.OAuth2PropertiesPropertyThe token URL required for OAuth 2.0 authentication.- Specified by:
getTokenUrlin interfaceCfnConnectorProfile.OAuth2PropertiesProperty- See Also:
-
getTokenUrlCustomProperties
Description copied from interface:CfnConnectorProfile.OAuth2PropertiesPropertyAssociates your token URL with a map of properties that you define.Use this parameter to provide any additional details that the connector requires to authenticate your request.
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getTokenUrlCustomPropertiesin interfaceCfnConnectorProfile.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()
-