GetSecretsSecret

data class GetSecretsSecret(val arn: String, val description: String, val encryptionKeyId: String, val id: String, val plannedDeleteTime: String, val secretData: String, val secretDataType: String, val secretName: String, val secretType: String, val tags: Map<String, String>, val versionId: String, val versionStages: List<String>)

Constructors

Link copied to clipboard
constructor(arn: String, description: String, encryptionKeyId: String, id: String, plannedDeleteTime: String, secretData: String, secretDataType: String, secretName: String, secretType: String, tags: Map<String, String>, versionId: String, versionStages: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

(Available since v1.124.0) A mapping of tags to assign to the resource.

Link copied to clipboard

(Available since v1.124.0) The description of the secret.

Link copied to clipboard

(Available since v1.124.0) The ID of the KMS CMK that is used to encrypt the secret value.

Link copied to clipboard
val id: String

ID of the Kms Secret. The value is same as KMS secret_name.

Link copied to clipboard

Schedule deletion time.

Link copied to clipboard

(Available since v1.124.0) The value of the secret that you want to create.

Link copied to clipboard

(Available since v1.124.0) The type of the secret data value.

Link copied to clipboard

Name of the KMS Secret.

Link copied to clipboard

(Available since v1.124.0) The type of the secret.

Link copied to clipboard

A mapping of tags to assign to the resource, and can be used to filter secrets.

Link copied to clipboard

(Available since v1.124.0) The version number of the initial version.

Link copied to clipboard

(Available since v1.124.0) The stage labels that mark the new secret version.