Associate Profile
route53profiles_associate_profile | 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.
Usage¶
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.
Value¶
A list with the following syntax:
list(
ProfileAssociation = list(
CreationTime = as.POSIXct(
"2015-01-01"
),
Id = "string",
ModificationTime = as.POSIXct(
"2015-01-01"
),
Name = "string",
OwnerId = "string",
ProfileId = "string",
ResourceId = "string",
Status = "COMPLETE"|"DELETING"|"UPDATING"|"CREATING"|"DELETED"|"FAILED",
StatusMessage = "string"
)
)