getSecretVersions

Return

A collection of values returned by getSecretVersions.

Parameters

argument

A collection of arguments for invoking getSecretVersions.


suspend fun getSecretVersions(includeDeprecated: Boolean? = null, secretId: String): GetSecretVersionsResult

Return

A collection of values returned by getSecretVersions.

Parameters

includeDeprecated

If true, all deprecated secret versions are included in the response. If false, no deprecated secret versions are included in the response. If no value is specified, the default value is false.

secretId

Specifies the secret containing the version that you want to retrieve. You can specify either the ARN or the friendly name of the secret.

See also


Return

A collection of values returned by getSecretVersions.

Parameters

argument

Builder for com.pulumi.aws.secretsmanager.kotlin.inputs.GetSecretVersionsPlainArgs.

See also