Get Secret Rotation Result
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
fun GetSecretRotationResult(id: String, rotationEnabled: Boolean, rotationLambdaArn: String, rotationRules: List<GetSecretRotationRotationRule>, secretId: String)