GetSecretRotationRotationRule constructor
const
GetSecretRotationRotationRule({})
Creates a new GetSecretRotationRotationRule.
automaticallyAfterDays Number of days between automatic scheduled rotations of the secret.
duration Length of the rotation window in hours.
scheduleExpression cron() or rate() expression that defines the schedule for rotating the secret.
Implementation
const GetSecretRotationRotationRule({
required this.automaticallyAfterDays,
required this.duration,
required this.scheduleExpression,
});