Last chance! 50% off unlimited learning
Sale ends in
Adds the specified tags to the specified license configuration.
licensemanager_tag_resource(ResourceArn, Tags)
An empty list.
[required] Amazon Resource Name (ARN) of the license configuration.
[required] One or more tags.
svc$tag_resource(
ResourceArn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)