SecretRotationRotationRules class

Constructors

SecretRotationRotationRules({Input<int?>? automaticallyAfterDays, Input<String?>? duration, Input<String?>? scheduleExpression})
Creates a new SecretRotationRotationRules. automaticallyAfterDays Number of days between automatic scheduled rotations of the secret. Either automaticallyAfterDays or scheduleExpression must be specified. duration The length of the rotation window in hours. For example, 3h for a three hour window. scheduleExpression cron() or rate() expression that defines the schedule for rotating your secret. Either automaticallyAfterDays or scheduleExpression must be specified.
const
SecretRotationRotationRules.fromMap(Map<String, dynamic> map)
factory

Properties

automaticallyAfterDays → Input<int?>?
Number of days between automatic scheduled rotations of the secret. Either automaticallyAfterDays or scheduleExpression must be specified.
final
duration → Input<String?>?
The length of the rotation window in hours. For example, 3h for a three hour window.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleExpression → Input<String?>?
cron() or rate() expression that defines the schedule for rotating your secret. Either automaticallyAfterDays or scheduleExpression must be specified.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited