licensemanager_untag_resource: Removes the specified tags from the specified license configuration
Description
Removes the specified tags from the specified license configuration.
Usage
licensemanager_untag_resource(ResourceArn, TagKeys)
Arguments
ResourceArn
[required] Amazon Resource Name (ARN) of the license configuration.
TagKeys
[required] Keys identifying the tags to remove.
Request syntax
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)