GetSecretResult

data class GetSecretResult(val description: String? = null, val id: String? = null, val kmsKeyId: String? = null, val replicaRegions: List<SecretReplicaRegion>? = null, val tags: List<SecretTag>? = null)

Constructors

Link copied to clipboard
fun GetSecretResult(description: String? = null, id: String? = null, kmsKeyId: String? = null, replicaRegions: List<SecretReplicaRegion>? = null, tags: List<SecretTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

(Optional) Specifies a user-provided description of the secret.

Link copied to clipboard
val id: String? = null

secret Id, the Arn of the resource.

Link copied to clipboard
val kmsKeyId: String? = null

(Optional) Specifies the ARN, Key ID, or alias of the AWS KMS customer master key (CMK) used to encrypt the SecretString.

Link copied to clipboard

(Optional) A list of ReplicaRegion objects. The ReplicaRegion type consists of a Region (required) and the KmsKeyId which can be an ARN, Key ID, or Alias.

Link copied to clipboard
val tags: List<SecretTag>? = null

The list of user-defined tags associated with the secret. Use tags to manage your AWS resources. For additional information about tags, see TagResource.