GetSecretVersionsResult

data class GetSecretVersionsResult(val arn: String, val id: String, val includeDeprecated: Boolean? = null, val name: String, val secretId: String, val versions: List<GetSecretVersionsVersion>)

A collection of values returned by getSecretVersions.

Constructors

Link copied to clipboard
constructor(arn: String, id: String, includeDeprecated: Boolean? = null, name: String, secretId: String, versions: List<GetSecretVersionsVersion>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the secret.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

List of the versions of the secret. Attributes are specified below.