Class CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty
An implementation for
CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty-
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.SAPODataConnectorProfilePropertiesProperty
CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Builder, CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.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 location of the SAPOData resource.final StringThe application path to catalog service.final StringThe client number for the client creating the connection.final ObjectIf you set this parameter totrue, Amazon AppFlow bypasses the single sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.final StringThe logon language of SAPOData instance.final ObjectThe SAPOData OAuth properties required for OAuth type authentication.final NumberThe port number of the SAPOData instance.final StringThe SAPOData Private Link service name to be used for private data transfers.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.SAPODataConnectorProfilePropertiesProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Builder.
-
-
Method Details
-
getApplicationHostUrl
Description copied from interface:CfnConnectorProfile.SAPODataConnectorProfilePropertiesPropertyThe location of the SAPOData resource.- Specified by:
getApplicationHostUrlin interfaceCfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty- See Also:
-
getApplicationServicePath
Description copied from interface:CfnConnectorProfile.SAPODataConnectorProfilePropertiesPropertyThe application path to catalog service.- Specified by:
getApplicationServicePathin interfaceCfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty- See Also:
-
getClientNumber
Description copied from interface:CfnConnectorProfile.SAPODataConnectorProfilePropertiesPropertyThe client number for the client creating the connection.- Specified by:
getClientNumberin interfaceCfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty- See Also:
-
getDisableSso
Description copied from interface:CfnConnectorProfile.SAPODataConnectorProfilePropertiesPropertyIf you set this parameter totrue, Amazon AppFlow bypasses the single sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.Whether you need this option depends on the types of credentials that you applied to your SAP OData connection profile. If your profile uses basic authentication credentials, SAP SSO can prevent Amazon AppFlow from connecting to your account with your username and password. In this case, bypassing SSO makes it possible for Amazon AppFlow to connect successfully. However, if your profile uses OAuth credentials, this parameter has no affect.
Returns union: either
BooleanorIResolvable- Specified by:
getDisableSsoin interfaceCfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty- See Also:
-
getLogonLanguage
Description copied from interface:CfnConnectorProfile.SAPODataConnectorProfilePropertiesPropertyThe logon language of SAPOData instance.- Specified by:
getLogonLanguagein interfaceCfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty- See Also:
-
getOAuthProperties
Description copied from interface:CfnConnectorProfile.SAPODataConnectorProfilePropertiesPropertyThe SAPOData OAuth properties required for OAuth type authentication.Returns union: either
IResolvableorCfnConnectorProfile.OAuthPropertiesProperty- Specified by:
getOAuthPropertiesin interfaceCfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty- See Also:
-
getPortNumber
Description copied from interface:CfnConnectorProfile.SAPODataConnectorProfilePropertiesPropertyThe port number of the SAPOData instance.- Specified by:
getPortNumberin interfaceCfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty- See Also:
-
getPrivateLinkServiceName
Description copied from interface:CfnConnectorProfile.SAPODataConnectorProfilePropertiesPropertyThe SAPOData Private Link service name to be used for private data transfers.- Specified by:
getPrivateLinkServiceNamein interfaceCfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty- 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()
-