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

AwsS3BucketBucketVersioningConfiguration

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

Describes the versioning state of an S3 bucket.

interface AwsS3BucketBucketVersioningConfiguration {
IsMfaDeleteEnabled?: boolean | null;
Status?: string | null;
}

§Properties

§
IsMfaDeleteEnabled?: boolean | null
[src]

Specifies whether MFA delete is currently enabled in the S3 bucket versioning configuration. If the S3 bucket was never configured with MFA delete, then this attribute is not included.

§
Status?: string | null
[src]

The versioning status of the S3 bucket. Valid values are Enabled or Suspended.