rotation

@JvmName(name = "wxxgfdbenbfkiavy")
suspend fun rotation(value: Output<SecretRotationArgs>)
@JvmName(name = "uftgjbovytxbmdpe")
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. Structure is documented below.


@JvmName(name = "wwdpmuwcusvcywis")
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. Structure is documented below.