class Aws::Kendra::Types::DescribeDataSourceResponse

@!attribute [rw] id

The identifier of the data source.
@return [String]

@!attribute [rw] index_id

The identifier of the index that contains the data source.
@return [String]

@!attribute [rw] name

The name that you gave the data source when it was created.
@return [String]

@!attribute [rw] type

The type of the data source.
@return [String]

@!attribute [rw] configuration

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.
@return [Types::DataSourceConfiguration]

@!attribute [rw] created_at

The Unix timestamp of when the data source was created.
@return [Time]

@!attribute [rw] updated_at

The Unix timestamp of when the data source was last updated.
@return [Time]

@!attribute [rw] description

The description of the data source.
@return [String]

@!attribute [rw] status

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.
@return [String]

@!attribute [rw] schedule

The schedule that Amazon Kendra will update the data source.
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of the role that enables the data
source to access its resources.
@return [String]

@!attribute [rw] error_message

When the `Status` field value is `FAILED`, the `ErrorMessage` field
contains a description of the error that caused the data source to
fail.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeDataSourceResponse AWS API Documentation

Constants

SENSITIVE