Values.AssociatedResourceSourceRepresents an AWS resource that is associated with a benefit application for tracking and management.
type nonrec t = {resourceType : ResourceType.t option;The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).
*)resourceIdentifier : String_.t option;The unique identifier of the AWS resource within its service.
*)resourceArn : Arn.t option;The Amazon Resource Name (ARN) that uniquely identifies the AWS resource.
*)}