Connector Profile Sapo Data Connector Profile Properties Args
data class ConnectorProfileSapoDataConnectorProfilePropertiesArgs(val applicationHostUrl: Output<String>? = null, val applicationServicePath: Output<String>? = null, val clientNumber: Output<String>? = null, val disableSso: Output<Boolean>? = null, val logonLanguage: Output<String>? = null, val oAuthProperties: Output<ConnectorProfileOAuthPropertiesArgs>? = null, val portNumber: Output<Int>? = null, val privateLinkServiceName: Output<String>? = null) : ConvertibleToJava<ConnectorProfileSapoDataConnectorProfilePropertiesArgs>
Constructors
Link copied to clipboard
constructor(applicationHostUrl: Output<String>? = null, applicationServicePath: Output<String>? = null, clientNumber: Output<String>? = null, disableSso: Output<Boolean>? = null, logonLanguage: Output<String>? = null, oAuthProperties: Output<ConnectorProfileOAuthPropertiesArgs>? = null, portNumber: Output<Int>? = null, privateLinkServiceName: Output<String>? = null)
Properties
Link copied to clipboard
The location of the SAPOData resource.
Link copied to clipboard
The application path to catalog service.
Link copied to clipboard
The client number for the client creating the connection.
Link copied to clipboard
If you set this parameter to true, Amazon AppFlow bypasses the single sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.
Link copied to clipboard
The logon language of SAPOData instance.
Link copied to clipboard
The SAPOData OAuth properties required for OAuth type authentication.
Link copied to clipboard
The port number of the SAPOData instance.
Link copied to clipboard
The SAPOData Private Link service name to be used for private data transfers.