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

AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails

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

The configuration for the filter.

interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails {
Prefix?: string | null;
Type?: string | null;
}

§Properties

§

The values to use for the filter.

§
Prefix?: string | null
[src]

A prefix filter.

§
Type?: string | null
[src]

Whether to use AND or OR to join the operands. Valid values are LifecycleAndOperator or LifecycleOrOperator.