Skip to content

Unsubscribe

codestarnotifications_unsubscribe R Documentation

Removes an association between a notification rule and an Amazon Q Developer in chat applications topic so that subscribers to that topic stop receiving notifications when the events described in the rule are triggered

Description

Removes an association between a notification rule and an Amazon Q Developer in chat applications topic so that subscribers to that topic stop receiving notifications when the events described in the rule are triggered.

Usage

codestarnotifications_unsubscribe(Arn, TargetAddress)

Arguments

Arn

[required] The Amazon Resource Name (ARN) of the notification rule.

TargetAddress

[required] The ARN of the Amazon Q Developer in chat applications topic to unsubscribe from the notification rule.

Value

A list with the following syntax:

list(
  Arn = "string"
)

Request syntax

svc$unsubscribe(
  Arn = "string",
  TargetAddress = "string"
)