rotateImmediately

@JvmName(name = "cjcwdgtypknimghl")
suspend fun rotateImmediately(value: Output<Boolean>)
@JvmName(name = "eshywnqwjlwpphid")
suspend fun rotateImmediately(value: Boolean?)

Parameters

value

Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window. The rotation schedule is defined in rotation_rules. For secrets that use a Lambda rotation function to rotate, if you don't immediately rotate the secret, Secrets Manager tests the rotation configuration by running the testSecret step (https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_how.html) of the Lambda rotation function. The test creates an AWSPENDING version of the secret and then removes it. Defaults to true.