Skip to content

Remove Tags from on Premises Instances

codedeploy_remove_tags_from_on_premises_instances R Documentation

Removes one or more tags from one or more on-premises instances

Description

Removes one or more tags from one or more on-premises instances.

Usage

codedeploy_remove_tags_from_on_premises_instances(tags, instanceNames)

Arguments

tags

[required] The tag key-value pairs to remove from the on-premises instances.

instanceNames

[required] The names of the on-premises instances from which to remove tags.

Value

An empty list.

Request syntax

svc$remove_tags_from_on_premises_instances(
  tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  ),
  instanceNames = list(
    "string"
  )
)