Values.AssociateBenefitApplicationResourceInputSourceLinks an AWS resource to an existing benefit application for tracking and management purposes.
type nonrec t = {catalog : CatalogName.t;The catalog identifier that specifies which benefit catalog the application belongs to.
*)benefitApplicationIdentifier : BenefitApplicationIdentifier.t;The unique identifier of the benefit application to associate the resource with.
*)resourceArn : AssociateBenefitApplicationResourceInputResourceArnString.t;The Amazon Resource Name (ARN) of the AWS resource to associate with the benefit application.
*)}val make :
catalog:CatalogName.t ->
benefitApplicationIdentifier:BenefitApplicationIdentifier.t ->
resourceArn:AssociateBenefitApplicationResourceInputResourceArnString.t ->
unit ->
t