Tags Module
Global tagging helpers for consistent resource tagging across stacks. **Rationale:** - Tags enable cost allocation and resource organization - Consistent tagging simplifies governance and compliance - Tags help with automation and resource discovery - Standard tags improve operational visibility **Best Practices:** - Apply tags at stack level for inheritance - Use consistent tag names across organization - Include: project, environment, owner, cost-center - Avoid PII or sensitive data in tags
Types
| Type | Description |
Functions and values
| Function or value | Description |
Full Usage:
applyCustomTags construct tags
Parameters:
IConstruct
tags : (string * string) list
|
|
|
|
Full Usage:
createTags project environment owner
Parameters:
string
environment : string
owner : string option
Returns: StandardTags
|
|
|
|
|
|
|
|
Full Usage:
tagStack stack project environment owner
Parameters:
Stack
project : string
environment : string
owner : string option
|
|
FsCDK