Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsS3BucketBucketLifecycleConfigurationRulesDetails

import type { AwsS3BucketBucketLifecycleConfigurationRulesDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Configuration for a lifecycle rule.

interface AwsS3BucketBucketLifecycleConfigurationRulesDetails {
ExpirationDate?: string | null;
ExpirationInDays?: number | null;
ExpiredObjectDeleteMarker?: boolean | null;
ID?: string | null;
NoncurrentVersionExpirationInDays?: number | null;
Prefix?: string | null;
Status?: string | null;
}

§Properties

§

How Amazon S3 responds when a multipart upload is incomplete. Specifically, provides a number of days before Amazon S3 cancels the entire upload.

§
ExpirationDate?: string | null
[src]

The date when objects are moved or deleted.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
ExpirationInDays?: number | null
[src]

The length in days of the lifetime for objects that are subject to the rule.

§
ExpiredObjectDeleteMarker?: boolean | null
[src]

Whether Amazon S3 removes a delete marker that has no noncurrent versions. If set to true, the delete marker is expired. If set to false, the policy takes no action.

If you provide ExpiredObjectDeleteMarker, you cannot provide ExpirationInDays or ExpirationDate.

§

Identifies the objects that a rule applies to.

§
ID?: string | null
[src]

The unique identifier of the rule.

§
NoncurrentVersionExpirationInDays?: number | null
[src]

The number of days that an object is noncurrent before Amazon S3 can perform the associated action.

§

Transition rules that describe when noncurrent objects transition to a specified storage class.

§
Prefix?: string | null
[src]

A prefix that identifies one or more objects that the rule applies to.

§
Status?: string | null
[src]

The current status of the rule. Indicates whether the rule is currently being applied.

§

Transition rules that indicate when objects transition to a specified storage class.