Skip to content

Bedrock Agent  >  Structures  >  SharePointSourceConfiguration

SharePointSourceConfiguration

Structure Class

SharePointSourceConfiguration dataclass

The endpoint information to connect to your SharePoint data source.

Attributes

auth_type instance-attribute
auth_type: SharePointAuthType

The supported authentication type to authenticate and connect to your SharePoint site/sites.

credentials_secret_arn instance-attribute
credentials_secret_arn: str

The Amazon Resource Name of an 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.

domain instance-attribute
domain: str

The domain of your SharePoint instance or site URL/URLs.

host_type instance-attribute
host_type: SharePointHostType

The supported host type, whether online/cloud or server/on-premises.

site_urls instance-attribute
site_urls: list[str]

A list of one or more SharePoint site URLs.

tenant_id class-attribute instance-attribute
tenant_id: str | None = None

The identifier of your Microsoft 365 tenant.