paws.networking (version 0.1.6)

directconnect_untag_resource: Removes one or more tags from the specified AWS Direct Connect resource

Description

Removes one or more tags from the specified AWS Direct Connect resource.

Usage

directconnect_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

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

tagKeys

[required] The tag keys of the tags to remove.

Request syntax

svc$untag_resource(
  resourceArn = "string",
  tagKeys = list(
    "string"
  )
)