@aws-quickstart/eks-blueprints
Preparing search index...
utils
tagSubnets
Function tagSubnets
tagSubnets
(
stack
:
Stack
,
subnets
:
ISubnet
[]
,
key
:
string
,
value
:
string
)
:
void
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@aws-quickstart/eks-blueprints
Loading...
Tags VPC Subnets with given tag and value.