Values.ResourceDescriptionSourceRepresents information about a provisioned resource.
type nonrec t = {identifier : Identifier.t option;The primary identifier for the resource. For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
*)properties : Properties.t option;A list of the resource properties and their current values.
*)}