ConnectorProfileSapoDataConnectorProfilePropertiesArgs

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

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
val applicationHostUrl: Output<String>? = null

The location of the SAPOData resource.

Link copied to clipboard
val applicationServicePath: Output<String>? = null

The application path to catalog service.

Link copied to clipboard
val clientNumber: Output<String>? = null

The client number for the client creating the connection.

Link copied to clipboard
val disableSso: Output<Boolean>? = null

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
val logonLanguage: Output<String>? = null

The logon language of SAPOData instance.

Link copied to clipboard

The SAPOData OAuth properties required for OAuth type authentication.

Link copied to clipboard
val portNumber: Output<Int>? = null

The port number of the SAPOData instance.

Link copied to clipboard
val privateLinkServiceName: Output<String>? = null

The SAPOData Private Link service name to be used for private data transfers.

Functions

Link copied to clipboard
open override fun toJava(): ConnectorProfileSapoDataConnectorProfilePropertiesArgs