Module Values.AssociateBenefitApplicationResourceInputSource

Links an AWS resource to an existing benefit application for tracking and management purposes.

Sourcetype nonrec t = {
  1. catalog : CatalogName.t;
    (*

    The catalog identifier that specifies which benefit catalog the application belongs to.

    *)
  2. benefitApplicationIdentifier : BenefitApplicationIdentifier.t;
    (*

    The unique identifier of the benefit application to associate the resource with.

    *)
  3. resourceArn : AssociateBenefitApplicationResourceInputResourceArnString.t;
    (*

    The Amazon Resource Name (ARN) of the AWS resource to associate with the benefit application.

    *)
}
Sourceval context_ : string
Sourceval make : catalog:CatalogName.t -> benefitApplicationIdentifier:BenefitApplicationIdentifier.t -> resourceArn:AssociateBenefitApplicationResourceInputResourceArnString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CatalogName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t