Skip to content

Add Tags to on Premises Instances

codedeploy_add_tags_to_on_premises_instances R Documentation

Adds tags to on-premises instances

Description

Adds tags to on-premises instances.

Usage

codedeploy_add_tags_to_on_premises_instances(tags, instanceNames)

Arguments

tags

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

Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

instanceNames

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

Value

An empty list.

Request syntax

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