Class CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
An implementation for
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder, CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The API keys required for the authentication of the user.final String
The authentication type that the custom connector uses for authenticating while creating a connector profile.final Object
getBasic()
The basic credentials that are required for the authentication of the user.final Object
If the connector uses the custom authentication mechanism, this holds the required credentials.final Object
The OAuth 2.0 credentials required for the authentication of the user.final int
hashCode()
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.CustomConnectorProfileCredentialsProperty.Builder
.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
The authentication type that the custom connector uses for authenticating while creating a connector profile.- Specified by:
getAuthenticationType
in interfaceCfnConnectorProfile.CustomConnectorProfileCredentialsProperty
-
getApiKey
Description copied from interface:CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
The API keys required for the authentication of the user.- Specified by:
getApiKey
in interfaceCfnConnectorProfile.CustomConnectorProfileCredentialsProperty
-
getBasic
Description copied from interface:CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
The basic credentials that are required for the authentication of the user.- Specified by:
getBasic
in interfaceCfnConnectorProfile.CustomConnectorProfileCredentialsProperty
-
getCustom
Description copied from interface:CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
If the connector uses the custom authentication mechanism, this holds the required credentials.- Specified by:
getCustom
in interfaceCfnConnectorProfile.CustomConnectorProfileCredentialsProperty
-
getOauth2
Description copied from interface:CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
The OAuth 2.0 credentials required for the authentication of the user.- Specified by:
getOauth2
in interfaceCfnConnectorProfile.CustomConnectorProfileCredentialsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-