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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnConnectorProfile.CustomConnectorProfileCredentialsProperty
CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Builder, CfnConnectorProfile.CustomConnectorProfileCredentialsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorProfile.CustomConnectorProfileCredentialsProperty.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 API keys required for the authentication of the user.final StringThe authentication type that the custom connector uses for authenticating while creating a connector profile.final ObjectgetBasic()The basic credentials that are required for the authentication of the user.final ObjectIf the connector uses the custom authentication mechanism, this holds the required credentials.final ObjectThe OAuth 2.0 credentials required for the authentication of the user.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.CustomConnectorProfileCredentialsProperty.Builder.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:CfnConnectorProfile.CustomConnectorProfileCredentialsPropertyThe authentication type that the custom connector uses for authenticating while creating a connector profile.- Specified by:
getAuthenticationTypein interfaceCfnConnectorProfile.CustomConnectorProfileCredentialsProperty- See Also:
-
getApiKey
Description copied from interface:CfnConnectorProfile.CustomConnectorProfileCredentialsPropertyThe API keys required for the authentication of the user.Returns union: either
IResolvableorCfnConnectorProfile.ApiKeyCredentialsProperty- Specified by:
getApiKeyin interfaceCfnConnectorProfile.CustomConnectorProfileCredentialsProperty- See Also:
-
getBasic
Description copied from interface:CfnConnectorProfile.CustomConnectorProfileCredentialsPropertyThe basic credentials that are required for the authentication of the user.Returns union: either
IResolvableorCfnConnectorProfile.BasicAuthCredentialsProperty- Specified by:
getBasicin interfaceCfnConnectorProfile.CustomConnectorProfileCredentialsProperty- See Also:
-
getCustom
Description copied from interface:CfnConnectorProfile.CustomConnectorProfileCredentialsPropertyIf the connector uses the custom authentication mechanism, this holds the required credentials.Returns union: either
IResolvableorCfnConnectorProfile.CustomAuthCredentialsProperty- Specified by:
getCustomin interfaceCfnConnectorProfile.CustomConnectorProfileCredentialsProperty- See Also:
-
getOauth2
Description copied from interface:CfnConnectorProfile.CustomConnectorProfileCredentialsPropertyThe OAuth 2.0 credentials required for the authentication of the user.Returns union: either
IResolvableorCfnConnectorProfile.OAuth2CredentialsProperty- Specified by:
getOauth2in interfaceCfnConnectorProfile.CustomConnectorProfileCredentialsProperty- 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()
-