DatasetSummary - AWS IoT Analytics

DatasetSummary

A summary of information about a dataset.

Contents

actions

A list of DataActionSummary objects.

Type: Array of DatasetActionSummary objects

Array Members: Fixed number of 1 item.

Required: No

creationTime

The time the dataset was created.

Type: Timestamp

Required: No

datasetName

The name of the dataset.

Type: String

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

Pattern: (^(?!_{2}))(^[a-zA-Z0-9_]+$)

Required: No

lastUpdateTime

The last time the dataset was updated.

Type: Timestamp

Required: No

status

The status of the dataset.

Type: String

Valid Values: CREATING | ACTIVE | DELETING

Required: No

triggers

A list of triggers. A trigger causes dataset content to be populated at a specified time interval or when another dataset is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

Type: Array of DatasetTrigger objects

Array Members: Minimum number of 0 items. Maximum number of 5 items.

Required: No

See Also

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