Values.AssociateProfileRequestSourceAssociates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with 1000 of VPCs (and you can request a higher quota). For more information, see https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities.
type nonrec t = {name : Name.t;A name for the association.
*)profileId : ResourceId.t;ID of the Profile.
*)resourceId : ResourceId.t;The ID of the VPC.
*)}val make :
?tags:??? ->
name:Name.t ->
profileId:ResourceId.t ->
resourceId:ResourceId.t ->
unit ->
t