listOfTags property

List<Condition>? listOfTags
final

An array of conditions used to specify a set of resources to assign to a backup plan; for example, "StringEquals": {"ec2:ResourceTag/Department": "accounting".

Implementation

final List<Condition>? listOfTags;