Class CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty
An implementation for
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty-
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.GoogleAnalyticsConnectorProfileCredentialsProperty
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder, CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.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 credentials used to access protected Google Analytics resources.final StringThe identifier for the desired client.final StringThe client secret used by the OAuth client to authenticate to the authorization server.final ObjectUsed by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.final StringThe credentials used to acquire new access tokens.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
protected Jsii$Proxy(CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder.
-
-
Method Details
-
getClientId
Description copied from interface:CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsPropertyThe identifier for the desired client.- Specified by:
getClientIdin interfaceCfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty
-
getClientSecret
Description copied from interface:CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsPropertyThe client secret used by the OAuth client to authenticate to the authorization server.- Specified by:
getClientSecretin interfaceCfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty
-
getAccessToken
Description copied from interface:CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsPropertyThe credentials used to access protected Google Analytics resources.- Specified by:
getAccessTokenin interfaceCfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty
-
getConnectorOAuthRequest
Description copied from interface:CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsPropertyUsed by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.- Specified by:
getConnectorOAuthRequestin interfaceCfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty
-
getRefreshToken
Description copied from interface:CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsPropertyThe credentials used to acquire new access tokens.This is required only for OAuth2 access tokens, and is not required for OAuth1 access tokens.
- Specified by:
getRefreshTokenin interfaceCfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty
-
$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()
-