Disassociate Resource From Profile
route53profiles_disassociate_resource_from_profile | R Documentation |
Dissoaciated a specified resource, from the Route 53 Profile¶
Description¶
Dissoaciated a specified resource, from the Route 53 Profile.
Usage¶
Arguments¶
ProfileId
[required] The ID of the Profile.
ResourceArn
[required] The Amazon Resource Name (ARN) of the resource.
Value¶
A list with the following syntax:
list(
ProfileResourceAssociation = list(
CreationTime = as.POSIXct(
"2015-01-01"
),
Id = "string",
ModificationTime = as.POSIXct(
"2015-01-01"
),
Name = "string",
OwnerId = "string",
ProfileId = "string",
ResourceArn = "string",
ResourceProperties = "string",
ResourceType = "string",
Status = "COMPLETE"|"DELETING"|"UPDATING"|"CREATING"|"DELETED"|"FAILED",
StatusMessage = "string"
)
)