1.0.0 • Published 3 years ago

@dhruvdakoria-bmo/bmo-tagging-cdk v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

bmo-tagging-cdk construct

An AWS CDK construct for Validating mandatory tag requirements on resources deployed at BMO. This construct will be referenced by all other modules to enforce tagging requirements.

The library is published under the following names:

Usage (TypeScript/JavaScript)

Install via npm:

$ npm i @dhruvdakoria/bmo-tagging-cdk

Add to your CDK modules/stacks:

import { BMONLBTGConstruct } from '@dhruvdakoria/bmo-tagging-cdk'


new BMOTaggingConstruct(this,'check-tagging-'+Stack.of(this).stackName, {tags: props.tags});

Notes:

  • The is BMO Specific tagging construct that should be included in all CDK modules and stacks.

License

Apache 2.0

1.0.0

3 years ago