aws-cdk-lib.aws_s3.CfnBucket.TagFilterProperty

interface TagFilterProperty

LanguageType name
.NETAmazon.CDK.AWS.S3.CfnBucket.TagFilterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnBucket_TagFilterProperty
Javasoftware.amazon.awscdk.services.s3.CfnBucket.TagFilterProperty
Pythonaws_cdk.aws_s3.CfnBucket.TagFilterProperty
TypeScript aws-cdk-lib » aws_s3 » CfnBucket » TagFilterProperty

Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3 as s3 } from 'aws-cdk-lib';
const tagFilterProperty: s3.CfnBucket.TagFilterProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringThe tag key.
valuestringThe tag value.

key

Type: string

The tag key.


value

Type: string

The tag value.