GetSecretRotationRotationRule class

Constructors

GetSecretRotationRotationRule({required Input<int> automaticallyAfterDays, required Input<String> duration, required Input<String> scheduleExpression})
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.
const
GetSecretRotationRotationRule.fromMap(Map<String, dynamic> map)
factory

Properties

automaticallyAfterDays → Input<int>
Number of days between automatic scheduled rotations of the secret.
final
duration → Input<String>
Length of the rotation window in hours.
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 the secret.
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