GetSecretsSecretRotation

data class GetSecretsSecretRotation(val nextRotationTime: String, val rotationPeriod: String)

Constructors

Link copied to clipboard
constructor(nextRotationTime: String, rotationPeriod: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp in UTC at which the Secret is scheduled to rotate.

Link copied to clipboard

The Duration between rotation notifications.