opsworks_tag_resource: Apply cost-allocation tags to a specified stack or layer in...

View source: R/opsworks_operations.R

opsworks_tag_resourceR Documentation

Apply cost-allocation tags to a specified stack or layer in AWS OpsWorks Stacks

Description

Apply cost-allocation tags to a specified stack or layer in AWS OpsWorks Stacks. For more information about how tagging works, see Tags in the AWS OpsWorks User Guide.

See https://www.paws-r-sdk.com/docs/opsworks_tag_resource/ for full documentation.

Usage

opsworks_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The stack or layer's Amazon Resource Number (ARN).

Tags

[required] A map that contains tag keys and tag values that are attached to a stack or layer.

  • The key cannot be empty.

  • The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: ⁠+ - = . _ : /⁠

  • The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: ⁠+ - = . _ : /⁠

  • Leading and trailing white spaces are trimmed from both the key and value.

  • A maximum of 40 tags is allowed for any resource.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.