GetSecretRotationResult

data class GetSecretRotationResult(val id: String, val rotationEnabled: Boolean, val rotationLambdaArn: String, val rotationRules: List<GetSecretRotationRotationRule>, val secretId: String)

A collection of values returned by getSecretRotation.

Constructors

Link copied to clipboard
constructor(id: String, rotationEnabled: Boolean, rotationLambdaArn: String, rotationRules: List<GetSecretRotationRotationRule>, secretId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ARN of the secret.

Link copied to clipboard

Decrypted part of the protected secret information that was originally provided as a string.

Link copied to clipboard

Decrypted part of the protected secret information that was originally provided as a binary. Base64 encoded.

Link copied to clipboard