SharePointParameters
The connection parameters for a SharePoint data source. Provide these parameters in the DataSourceParameters object when you create or update a data source that uses SharePoint.
Contents
Note
In the following list, the required parameters are described first.
-
The SharePoint domain for the data source.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: Yes
-
The authentication type for the SharePoint data source. Valid values include:
-
TWO_LEGGED_OAUTH– Server-to-server authentication using client credentials that do not require user interaction. -
THREE_LEGGED_OAUTH– Interactive OAuth that requires user consent.
Type: String
Valid Values:
THREE_LEGGED_OAUTH | TWO_LEGGED_OAUTH | SERVICE_ACCOUNTRequired: No
-
-
The client ID for the SharePoint data source.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
-
The tenant ID for the SharePoint data source.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: