View source: R/route53profiles_operations.R
route53profiles_associate_profile | R Documentation |
Associates 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.
See https://www.paws-r-sdk.com/docs/route53profiles_associate_profile/ for full documentation.
route53profiles_associate_profile(Name, ProfileId, ResourceId, Tags = NULL)
Name |
[required] A name for the association. |
ProfileId |
[required] ID of the Profile. |
ResourceId |
[required] The ID of the VPC. |
Tags |
A list of the tag keys and values that you want to identify the Profile association. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.