Values.DatasetGroupSummarySourceProvides a summary of the properties of a dataset group. For a complete listing, call the DescribeDatasetGroup API.
type nonrec t = {name : Name.t option;The name of the dataset group.
*)datasetGroupArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset group.
*)status : Status.t option;The status of the dataset group. A dataset group can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING
*)creationDateTime : Date.t option;The date and time (in Unix time) that the dataset group was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the dataset group was last updated.
*)failureReason : FailureReason.t option;If creating a dataset group fails, the reason behind the failure.
*)domain : Domain.t option;The domain of a Domain dataset group.
*)}