aws-cdk-lib.aws_s3outposts.CfnBucket.FilterTagProperty
interface FilterTagProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3Outposts.CfnBucket.FilterTagProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3outposts#CfnBucket_FilterTagProperty |
![]() | software.amazon.awscdk.services.s3outposts.CfnBucket.FilterTagProperty |
![]() | aws_cdk.aws_s3outposts.CfnBucket.FilterTagProperty |
![]() | aws-cdk-lib » aws_s3outposts » CfnBucket » FilterTagProperty |
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 filterTagProperty: s3outposts.CfnBucket.FilterTagProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | CfnBucket.FilterTagProperty.Key . |
value | string | CfnBucket.FilterTagProperty.Value . |
key
Type:
string
CfnBucket.FilterTagProperty.Key
.
value
Type:
string
CfnBucket.FilterTagProperty.Value
.