InstanceTagSet¶
-
class
aws_cdk.aws_codedeploy.
InstanceTagSet
(*instance_tag_groups)¶ Bases:
object
Represents a set of instance tag groups.
An instance will match a set if it matches all of the groups in the set - in other words, sets follow ‘and’ semantics. You can have a maximum of 3 tag groups inside a set.
- Parameters
instance_tag_groups (
Mapping
[str
,List
[str
]]) –
Attributes
-
instance_tag_groups
¶ - Return type
List
[Mapping
[str
,List
[str
]]]