Values.ResourceCountSourceAn object that contains the resource type and the number of resources.
type nonrec t = {resourceType : ResourceType.t option;The resource type (for example, "AWS::EC2::Instance").
*)count : Long.t option;The number of resources.
*)}