Values.AssociateResourceToProfileRequestSourceAssociates a DNS reource configuration to a Route 53 Profile.
type nonrec t = {name : Name.t;Name for the resource association.
*)profileId : ResourceId.t;ID of the Profile.
*)resourceArn : Arn.t;Amazon resource number, ARN, of the DNS resource.
*)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 :
?resourceProperties:??? ->
name:Name.t ->
profileId:ResourceId.t ->
resourceArn:Arn.t ->
unit ->
t