Values.ResourceIdentifierSourceA structure that contains the ARN of a resource and its resource type.
type nonrec t = {resourceArn : ResourceArn.t option;The Amazon resource name (ARN) of a resource.
*)resourceType : ResourceType.t option;The resource type of a resource, such as AWS::EC2::Instance.
*)}