Skip to content

Disassociate Resource

synthetics_disassociate_resource R Documentation

Removes a canary from a group

Description

Removes a canary from a group. You must run this operation in the Region where the canary exists.

Usage

synthetics_disassociate_resource(GroupIdentifier, ResourceArn)

Arguments

GroupIdentifier

[required] Specifies the group. You can specify the group name, the ARN, or the group ID as the GroupIdentifier.

ResourceArn

[required] The ARN of the canary that you want to remove from the specified group.

Value

An empty list.

Request syntax

svc$disassociate_resource(
  GroupIdentifier = "string",
  ResourceArn = "string"
)