Values.BatchGetCustomDataIdentifierSummarySourceProvides information about a custom data identifier.
type nonrec t = {arn : string option;The Amazon Resource Name (ARN) of the custom data identifier.
*)createdAt : string option;The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
*)deleted : bool option;Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
*)description : string option;The custom description of the custom data identifier.
*)id : string option;The unique identifier for the custom data identifier.
*)name : string option;The custom name of the custom data identifier.
*)}