interface Tag
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3.Tag |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3#Tag |
![]() | software.amazon.awscdk.services.s3.Tag |
![]() | aws_cdk.aws_s3.Tag |
![]() | 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
Name | Type | Description |
---|---|---|
key | string | key to e tagged. |
value | string | additional value. |
key
Type:
string
key to e tagged.
value
Type:
string
additional value.