@linzjs/cdk-tags
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@linzjs/cdk-tags

CDK construct to apply common tags to constructs

Usage

To apply the common set of tags for a s3 bucket:

import {applyTags, SecurityClassification} from '@linzjs/cdk-tags';

const bucket = new Bucket(this, 'ImageryArchive')

applyTags(bucket, {
  application: 'basemaps',
  group: 'li',
  classification: SecurityClassification.Unclassified,
  data: { isMaster: true, isPublic: true, role: TagDataRole.Archive },
});

Readme

Keywords

none

Package Sidebar

Install

npm i @linzjs/cdk-tags

Weekly Downloads

41

Version

1.1.0

License

none

Unpacked Size

401 kB

Total Files

19

Last publish

Collaborators

  • linzds
  • blacha
  • philals