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

AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails

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

A tag that is assigned to matching objects.

interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails {
Key?: string | null;
Value?: string | null;
}

§Properties

§
Key?: string | null
[src]

The tag key.

§
Value?: string | null
[src]

The tag value.