SecretRotationRulesArgs

data class SecretRotationRulesArgs(val automaticallyAfterDays: Output<Int>? = null, val duration: Output<String>? = null, val scheduleExpression: Output<String>? = null) : ConvertibleToJava<SecretRotationRulesArgs>

Constructors

Link copied to clipboard
constructor(automaticallyAfterDays: Output<Int>? = null, duration: Output<String>? = null, scheduleExpression: Output<String>? = null)

Properties

Link copied to clipboard
val automaticallyAfterDays: Output<Int>? = null

Specifies the number of days between automatic scheduled rotations of the secret.

Link copied to clipboard
val duration: Output<String>? = null
Link copied to clipboard
val scheduleExpression: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): SecretRotationRulesArgs