aws-cdk-lib.aws_s3.Tag

interface Tag

LanguageType name
.NETAmazon.CDK.AWS.S3.Tag
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#Tag
Javasoftware.amazon.awscdk.services.s3.Tag
Pythonaws_cdk.aws_s3.Tag
TypeScript (source)aws-cdk-lib » aws_s3 » Tag

Tag.

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 tag: s3.Tag = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringkey to e tagged.
valuestringadditional value.

key

Type: string

key to e tagged.


value

Type: string

additional value.