Class AccessKeysRotated

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.config.ManagedRule
software.amazon.awscdk.services.config.AccessKeysRotated
All Implemented Interfaces:
IResource, IRule, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:14.644Z") @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.