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

PutBucketLifecycleConfigurationRequest

import type { PutBucketLifecycleConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface PutBucketLifecycleConfigurationRequest {
AccountId: string;
Bucket: string;
ContentMD5?: string | null;
LifecycleConfiguration?: LifecycleConfiguration | null;
}

§Properties

§
AccountId: string
[src]

The Amazon Web Services account ID of the Outposts bucket.

§
Bucket: string
[src]

The name of the bucket for which to set the configuration.

§
ContentMD5?: string | null
[src]

The base64-encoded 128-bit MD5 digest of the data. This is generated by the client library.

§
LifecycleConfiguration?: LifecycleConfiguration | null
[src]

Container for lifecycle rules. You can add as many as 1,000 rules.