Values.ResourceSourceThe resource contains a ResourceArn and the ResourceType.
type nonrec t = {resourceArn : Arn.t option;The Amazon Resource Name (ARN) of the source resource. Example of ResourceArn: "arn:aws:ec2:us-east-1:111111111111:instance/i-abcdefgh987654321"
*)resourceType : OperationEventResourceType.t option;The resource type. Example of ResourceType: "AWS::SystemsManagerSAP::Component" or "AWS::EC2::Instance".
*)}