Skip to content

Tag Resource

elasticinference_tag_resource R Documentation

Amazon Elastic Inference is no longer available

Description

Amazon Elastic Inference is no longer available.

Adds the specified tags to an Elastic Inference Accelerator.

Usage

elasticinference_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The ARN of the Elastic Inference Accelerator to tag.

tags

[required] The tags to add to the Elastic Inference Accelerator.

Value

An empty list.

Request syntax

svc$tag_resource(
  resourceArn = "string",
  tags = list(
    "string"
  )
)