ssm_label_parameter_version: A parameter label is a user-defined alias to help you manage...

View source: R/ssm_operations.R

ssm_label_parameter_versionR Documentation

A parameter label is a user-defined alias to help you manage different versions of a parameter

Description

A parameter label is a user-defined alias to help you manage different versions of a parameter. When you modify a parameter, Amazon Web Services Systems Manager automatically saves a new version and increments the version number by one. A label can help you remember the purpose of a parameter when there are multiple versions.

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

Usage

ssm_label_parameter_version(Name, ParameterVersion = NULL, Labels)

Arguments

Name

[required] The parameter name on which you want to attach one or more labels.

ParameterVersion

The specific version of the parameter on which you want to attach one or more labels. If no version is specified, the system attaches the label to the latest version.

Labels

[required] One or more labels to attach to the specified parameter version.


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