DataSourceSummary - Amazon DataZone

DataSourceSummary

The details of the data source.

Contents

dataSourceId

The ID of the data source.

Type: String

Pattern: ^[a-zA-Z0-9_-]{1,36}$

Required: Yes

domainId

The ID of the Amazon DataZone domain in which the data source exists.

Type: String

Pattern: ^dzd[-_][a-zA-Z0-9_-]{1,36}$

Required: Yes

environmentId

The ID of the environment in which the data source exists.

Type: String

Pattern: ^[a-zA-Z0-9_-]{1,36}$

Required: Yes

name

The name of the data source.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Required: Yes

status

The status of the data source.

Type: String

Valid Values: CREATING | FAILED_CREATION | READY | UPDATING | FAILED_UPDATE | RUNNING | DELETING | FAILED_DELETION

Required: Yes

type

The type of the data source.

Type: String

Required: Yes

createdAt

The timestamp of when the data source was created.

Type: Timestamp

Required: No

enableSetting

Specifies whether the data source is enabled.

Type: String

Valid Values: ENABLED | DISABLED

Required: No

lastRunAssetCount

The count of the assets created during the last data source run.

Type: Integer

Required: No

lastRunAt

The timestamp of when the data source run was last performed.

Type: Timestamp

Required: No

lastRunErrorMessage

The details of the error message that is returned if the operation cannot be successfully completed.

Type: DataSourceErrorMessage object

Required: No

lastRunStatus

The status of the last data source run.

Type: String

Valid Values: REQUESTED | RUNNING | FAILED | PARTIALLY_SUCCEEDED | SUCCESS

Required: No

schedule

The details of the schedule of the data source runs.

Type: ScheduleConfiguration object

Required: No

updatedAt

The timestamp of when the data source was updated.

Type: Timestamp

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: