versionStages

@JvmName(name = "clvjwqbcujervygi")
suspend fun versionStages(value: Output<List<String>>)
@JvmName(name = "qcahrxraeurlxcus")
suspend fun versionStages(value: List<String>?)

Parameters

value

Specifies a list of staging labels that are attached to this version of the secret. A staging label must be unique to a single version of the secret. If you specify a staging label that's already associated with a different version of the same secret then that staging label is automatically removed from the other version and attached to this version. If you do not specify a value, then AWS Secrets Manager automatically moves the staging label AWSCURRENT to this new version on creation.

NOTE: If version_stages is configured, you must include the AWSCURRENT staging label if this secret version is the only version or if the label is currently present on this secret version, otherwise this provider will show a perpetual difference.


@JvmName(name = "ynbuyougklewfdud")
suspend fun versionStages(vararg values: Output<String>)


@JvmName(name = "bljatjocdwtbxwhn")
suspend fun versionStages(values: List<Output<String>>)
@JvmName(name = "bkvhoigqqgnfsdqm")
suspend fun versionStages(vararg values: String)

Parameters

values

Specifies a list of staging labels that are attached to this version of the secret. A staging label must be unique to a single version of the secret. If you specify a staging label that's already associated with a different version of the same secret then that staging label is automatically removed from the other version and attached to this version. If you do not specify a value, then AWS Secrets Manager automatically moves the staging label AWSCURRENT to this new version on creation.

NOTE: If version_stages is configured, you must include the AWSCURRENT staging label if this secret version is the only version or if the label is currently present on this secret version, otherwise this provider will show a perpetual difference.