aws-cdk-lib.aws_s3outposts.CfnBucket.FilterAndOperatorProperty

interface FilterAndOperatorProperty

LanguageType name
.NETAmazon.CDK.AWS.S3Outposts.CfnBucket.FilterAndOperatorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3outposts#CfnBucket_FilterAndOperatorProperty
Javasoftware.amazon.awscdk.services.s3outposts.CfnBucket.FilterAndOperatorProperty
Pythonaws_cdk.aws_s3outposts.CfnBucket.FilterAndOperatorProperty
TypeScript aws-cdk-lib » aws_s3outposts » CfnBucket » FilterAndOperatorProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3outposts as s3outposts } from 'aws-cdk-lib';
const filterAndOperatorProperty: s3outposts.CfnBucket.FilterAndOperatorProperty = {
  tags: [{
    key: 'key',
    value: 'value',
  }],

  // the properties below are optional
  prefix: 'prefix',
};

Properties

NameTypeDescription
tagsFilterTagProperty[]CfnBucket.FilterAndOperatorProperty.Tags.
prefix?stringCfnBucket.FilterAndOperatorProperty.Prefix.

tags

Type: FilterTagProperty[]

CfnBucket.FilterAndOperatorProperty.Tags.


prefix?

Type: string (optional)

CfnBucket.FilterAndOperatorProperty.Prefix.