Function tagResources

  • Tag all supported resources within an application.

    CDK will propagate tags too all resources that support it.

    Parameters

    • scope: Construct
    • tags: (stack: Stack) => Record<string, string>

    Returns void