rotation

@JvmName(name = "kufbmmhammkkotos")
suspend fun rotation(value: Output<SecretRotationArgs>)
@JvmName(name = "ctmsyylwmevffrba")
suspend fun rotation(value: SecretRotationArgs?)

Parameters

value

The rotation time and period for a Secret. At 'next_rotation_time', Secret Manager will send a Pub/Sub notification to the topics configured on the Secret. 'topics' must be set to configure rotation.


@JvmName(name = "rfiuptfbtrkqpqjx")
suspend fun rotation(argument: suspend SecretRotationArgsBuilder.() -> Unit)

Parameters

argument

The rotation time and period for a Secret. At 'next_rotation_time', Secret Manager will send a Pub/Sub notification to the topics configured on the Secret. 'topics' must be set to configure rotation.