s3-lifecycle-policy-check
Checks if a lifecycle rule is configured for an Amazon Simple Storage Service (Amazon S3) bucket. The rule is NON_COMPLIANT if there is no active lifecycle configuration rules or the configuration does not match with the parameter values.
Identifier: S3_LIFECYCLE_POLICY_CHECK
Resource Types: AWS::S3::Bucket
Trigger type: Configuration changes
Amazon Web Services Region: All supported Amazon regions except US ISO West (Northern California), US ISO East, Asia Pacific (Malaysia), US ISOB East (Ohio), Canada West (Calgary) Region
Parameters:
- targetTransitionDays (Optional)
- Type: int
-
Number of days after object creation when objects are transitioned to a specified storage class (for example, 30 days).
- targetExpirationDays (Optional)
- Type: int
-
Number of days after object creation when objects are deleted (for example, 395 days).
- targetTransitionStorageClass (Optional)
- Type: String
-
Destination storage class type (for example, Amazon S3 Standard-Infrequent Access (S3 Standard-IA). For more information, see https: //docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html.
- targetPrefix (Optional)
- Type: String
-
Amazon S3 Object prefix to identify one or more objects.
- bucketNames (Optional)
- Type: CSV
-
Comma-separated list of Amazon S3 bucket names that have lifecycle policy enabled.
Amazon CloudFormation template
To create Amazon Config managed rules with Amazon CloudFormation templates, see Creating Amazon Config Managed Rules With Amazon CloudFormation Templates.