iam_tag_server_certificate: Adds one or more tags to an IAM server certificate

View source: R/iam_operations.R

iam_tag_server_certificateR Documentation

Adds one or more tags to an IAM server certificate

Description

Adds one or more tags to an IAM server certificate. If a tag with the same key name already exists, then that tag is overwritten with the new value.

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

Usage

iam_tag_server_certificate(ServerCertificateName, Tags)

Arguments

ServerCertificateName

[required] The name of the IAM server certificate to which you want to add tags.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Tags

[required] The list of tags that you want to attach to the IAM server certificate. Each tag consists of a key name and an associated value.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.