rotateStrategy

val rotateStrategy: Output<String>?

The automatic rotation mechanism of policy versions can delete historical policy versions. The default value is None. Currently contains:

  • None: Turn off the rotation mechanism.

  • DeleteOldestNonDefaultVersionWhenLimitExceeded: When the number of permission policy versions exceeds the limit, the oldest and inactive version is deleted.