Skip to content

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

route53profiles_disassociate_resource_from_profile(ProfileId,
  ResourceArn)

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"
  )
)

Request syntax

svc$disassociate_resource_from_profile(
  ProfileId = "string",
  ResourceArn = "string"
)