rotation

@JvmName(name = "iabxvtafqnheckqb")
suspend fun rotation(value: Output<SecretRotationArgs>)
@JvmName(name = "ndjypausgyillmlf")
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 = "dkjlscumehrxcuvw")
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.