rotation

@JvmName(name = "yyxykaltqffxagce")
suspend fun rotation(value: Output<SecretRotationArgs>)
@JvmName(name = "gkbunjjtoqcqsgcv")
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 = "igicwghkephmlyfk")
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.