route53profiles_associate_profile {paws.networking} | R Documentation |
Associates a Route 53 Profiles profile with a VPC
Description
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.
Usage
route53profiles_associate_profile(Name, ProfileId, ResourceId, Tags = NULL)
Arguments
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. |
[Package paws.networking version 0.9.0 Index]