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

AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails

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

A transition rule that describes when noncurrent objects transition to a specified storage class.

interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails {
Days?: number | null;
StorageClass?: string | null;
}

§Properties

§
Days?: number | null
[src]

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

§
StorageClass?: string | null
[src]

The class of storage to change the object to after the object is noncurrent for the specified number of days.