GetRotationScheduleResult

data class GetRotationScheduleResult(val id: String? = null, val rotationLambdaArn: String? = null, val rotationRules: RotationScheduleRotationRules? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, rotationLambdaArn: String? = null, rotationRules: RotationScheduleRotationRules? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ARN of the secret.

Link copied to clipboard

The ARN of an existing Lambda rotation function. To specify a rotation function that is also defined in this template, use the Ref function.

Link copied to clipboard

A structure that defines the rotation configuration for this secret.