class Aws::Appflow::Types::SAPODataConnectorProfileProperties
The connector-specific profile properties required when using SAPOData.
@note When making an API call, you may pass SAPODataConnectorProfileProperties
data as a hash: { application_host_url: "ApplicationHostUrl", # required application_service_path: "ApplicationServicePath", # required port_number: 1, # required client_number: "ClientNumber", # required logon_language: "LogonLanguage", private_link_service_name: "PrivateLinkServiceName", o_auth_properties: { token_url: "TokenUrl", # required auth_code_url: "AuthCodeUrl", # required o_auth_scopes: ["OAuthScope"], # required }, }
@!attribute [rw] application_host_url
The location of the SAPOData resource. @return [String]
@!attribute [rw] application_service_path
The application path to catalog service. @return [String]
@!attribute [rw] port_number
The port number of the SAPOData instance. @return [Integer]
@!attribute [rw] client_number
The client number for the client creating the connection. @return [String]
@!attribute [rw] logon_language
The logon language of SAPOData instance. @return [String]
@!attribute [rw] private_link_service_name
The SAPOData Private Link service name to be used for private data transfers. @return [String]
@!attribute [rw] o_auth_properties
The SAPOData OAuth properties required for OAuth type authentication. @return [Types::OAuthProperties]
@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SAPODataConnectorProfileProperties AWS API Documentation
Constants
- SENSITIVE