migrationResourcesUserTags property

Map<String, String>? migrationResourcesUserTags
getter/setter pair

User specified tags to add to every M2VM generated resource in AWS.

These tags will be set in addition to the default tags that are set as part of the migration process. The tags must not begin with the reserved prefix m2vm.

Implementation

core.Map<core.String, core.String>? migrationResourcesUserTags;