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

AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails

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

A value to use for the filter.

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

§Properties

§
Prefix?: string | null
[src]

Prefix text for matching objects.

§

A tag that is assigned to matching objects.

§
Type?: string | null
[src]

The type of filter value. Valid values are LifecyclePrefixPredicate or LifecycleTagPredicate.