Class AccessKeysRotated

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IConstruct, IDependable, IResource, IRule, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:48.521Z") @Stability(Stable) public class AccessKeysRotated extends ManagedRule
Checks whether the active access keys are rotated within the number of days specified in maxAge.

Example:

 // compliant if access keys have been rotated within the last 90 days
 // compliant if access keys have been rotated within the last 90 days
 new AccessKeysRotated(this, "AccessKeyRotated");
 

See Also:
  • Constructor Details

    • AccessKeysRotated

      protected AccessKeysRotated(software.amazon.jsii.JsiiObjectRef objRef)
    • AccessKeysRotated

      protected AccessKeysRotated(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • AccessKeysRotated

      @Stability(Stable) public AccessKeysRotated(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable AccessKeysRotatedProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props -
    • AccessKeysRotated

      @Stability(Stable) public AccessKeysRotated(@NotNull software.constructs.Construct scope, @NotNull String id)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.