Values.CustomDataIdentifierSummarySourceProvides 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.
*)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.
*)}