Data Source Share Point Source Configuration Args
data class DataSourceSharePointSourceConfigurationArgs(val authType: Output<DataSourceSharePointSourceConfigurationAuthType>, val credentialsSecretArn: Output<String>, val domain: Output<String>, val hostType: Output<DataSourceSharePointSourceConfigurationHostType>, val siteUrls: Output<List<String>>, val tenantId: Output<String>? = null) : ConvertibleToJava<DataSourceSharePointSourceConfigurationArgs>
The endpoint information to connect to your SharePoint data source.
Constructors
Link copied to clipboard
constructor(authType: Output<DataSourceSharePointSourceConfigurationAuthType>, credentialsSecretArn: Output<String>, domain: Output<String>, hostType: Output<DataSourceSharePointSourceConfigurationHostType>, siteUrls: Output<List<String>>, tenantId: Output<String>? = null)
Properties
Link copied to clipboard
The supported authentication type to authenticate and connect to your SharePoint site/sites.
Link copied to clipboard
The Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your SharePoint site/sites. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see SharePoint connection configuration.
Link copied to clipboard
The supported host type, whether online/cloud or server/on-premises.