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¶
route53profiles_disassociate_profile(ProfileId, ResourceId)
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"
)
)
Request syntax¶
svc$disassociate_profile(
ProfileId = "string",
ResourceId = "string"
)