Class CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty
An implementation for
CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty-
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.appflow.CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty
CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty.Builder, CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty.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 Slack resources.final StringThe identifier for the 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 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(CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty.Builder.
-
-
Method Details
-
getAccessToken
Description copied from interface:CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsPropertyThe credentials used to access protected Slack resources.- Specified by:
getAccessTokenin interfaceCfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty- See Also:
-
getClientId
Description copied from interface:CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsPropertyThe identifier for the client.- Specified by:
getClientIdin interfaceCfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty- See Also:
-
getClientSecret
Description copied from interface:CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsPropertyThe client secret used by the OAuth client to authenticate to the authorization server.- Specified by:
getClientSecretin interfaceCfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty- See Also:
-
getConnectorOAuthRequest
Description copied from interface:CfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsPropertyUsed by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.Returns union: either
IResolvableorCfnConnectorProfilePropsMixin.ConnectorOAuthRequestProperty- Specified by:
getConnectorOAuthRequestin interfaceCfnConnectorProfilePropsMixin.SlackConnectorProfileCredentialsProperty- 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()
-