Disassociate Profile
route53profiles_disassociate_profile | R Documentation |
Dissociates a specified Route 53 Profile from the specified VPC¶
Description¶
Dissociates a specified Route 53 Profile from the specified VPC.
Usage¶
Arguments¶
ProfileId
[required] ID of the Profile.
ResourceId
[required] The ID of the VPC.
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"
)
)