versionAliases

@JvmName(name = "osldkcvhajmgroau")
suspend fun versionAliases(value: Output<Map<String, String>>)
@JvmName(name = "exqynevyupgtdxbf")
suspend fun versionAliases(value: Map<String, String>?)

Parameters

value

Mapping from version alias to version name. A version alias is a string with a maximum length of 63 characters and can contain uppercase and lowercase letters, numerals, and the hyphen (-) and underscore ('_') characters. An alias string must start with a letter and cannot be the string 'latest' or 'NEW'. No more than 50 aliases can be assigned to a given secret. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.


@JvmName(name = "xmxfwgutscewcqmy")
fun versionAliases(vararg values: Pair<String, String>)

Parameters

values

Mapping from version alias to version name. A version alias is a string with a maximum length of 63 characters and can contain uppercase and lowercase letters, numerals, and the hyphen (-) and underscore ('_') characters. An alias string must start with a letter and cannot be the string 'latest' or 'NEW'. No more than 50 aliases can be assigned to a given secret. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.