NAME
Paws::Kendra::DescribeDataSourceResponse
ATTRIBUTES
Configuration => Paws::Kendra::DataSourceConfiguration
Information that describes where the data source is located and how the data source is configured. The specific information in the description depends on the data source provider.
CreatedAt => Str
The Unix timestamp of when the data source was created.
Description => Str
The description of the data source.
ErrorMessage => Str
When the Status
field value is FAILED
, the ErrorMessage
field contains a description of the error that caused the data source to fail.
Id => Str
The identifier of the data source.
IndexId => Str
The identifier of the index that contains the data source.
Name => Str
The name that you gave the data source when it was created.
RoleArn => Str
The Amazon Resource Name (ARN) of the role that enables the data source to access its resources.
Schedule => Str
The schedule that Amazon Kendra will update the data source.
Status => Str
The current status of the data source. When the status is ACTIVE
the data source is ready to use. When the status is FAILED
, the ErrorMessage
field contains the reason that the data source failed.
Valid values are: "CREATING"
, "DELETING"
, "FAILED"
, "UPDATING"
, "ACTIVE"
=head2 Type => Str
The type of the data source.
Valid values are: "S3"
, "SHAREPOINT"
, "DATABASE"
, "SALESFORCE"
, "ONEDRIVE"
, "SERVICENOW"
, "CUSTOM"
, "CONFLUENCE"
, "GOOGLEDRIVE"
, "WEBCRAWLER"
=head2 UpdatedAt => Str
The Unix timestamp of when the data source was last updated.