• Tags VPC Subnets with given tag and value.

    Parameters

    • stack: Stack

      CDK Stack

    • subnets: ISubnet[]

      a list of subnets

    • key: string

      Tag Key

    • value: string

      Tag Value

    Returns void