Values.UpdateProfileResourceAssociationRequestSourceUpdates the specified Route 53 Profile resourse association.
type nonrec t = {name : Name.t option;Name of the resource association.
*)profileResourceAssociationId : ResourceId.t;ID of the resource association.
*)resourceProperties : ResourceProperties.t option;If you are adding a DNS Firewall rule group, include also a priority. The priority indicates the processing order for the rule groups, starting with the priority assinged the lowest value. The allowed values for priority are between 100 and 9900.
*)}val make :
?name:??? ->
?resourceProperties:??? ->
profileResourceAssociationId:ResourceId.t ->
unit ->
t