DescribeDataSourceResponse class
Constructors
-
DescribeDataSourceResponse({DataSourceConfiguration? configuration, DateTime? createdAt, String? description, String? errorMessage, String? id, String? indexId, String? name, String? roleArn, String? schedule, DataSourceStatus? status, DataSourceType? type, DateTime? updatedAt})
-
-
DescribeDataSourceResponse.fromJson(Map<String, dynamic> json)
-
factory
Properties
-
configuration
→ 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.
final
-
createdAt
→ DateTime?
-
The Unix timestamp of when the data source was created.
final
-
description
→ String?
-
The description of the data source.
final
-
errorMessage
→ String?
-
When the
Status
field value is FAILED
, the
ErrorMessage
field contains a description of the error that
caused the data source to fail.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
→ String?
-
The identifier of the data source.
final
-
indexId
→ String?
-
The identifier of the index that contains the data source.
final
-
name
→ String?
-
The name that you gave the data source when it was created.
final
-
roleArn
→ String?
-
The Amazon Resource Name (ARN) of the role that enables the data source to
access its resources.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
schedule
→ String?
-
The schedule that Amazon Kendra will update the data source.
final
-
status
→ DataSourceStatus?
-
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.
final
-
type
→ DataSourceType?
-
The type of the data source.
final
-
updatedAt
→ DateTime?
-
The Unix timestamp of when the data source was last updated.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited