licensemanager_update_license_specifications_for_resource {paws.management} | R Documentation |
Adds or removes the specified license configurations for the specified Amazon Web Services resource.
See https://www.paws-r-sdk.com/docs/licensemanager_update_license_specifications_for_resource/ for full documentation.
licensemanager_update_license_specifications_for_resource(
ResourceArn,
AddLicenseSpecifications = NULL,
RemoveLicenseSpecifications = NULL
)
ResourceArn |
[required] Amazon Resource Name (ARN) of the Amazon Web Services resource. |
AddLicenseSpecifications |
ARNs of the license configurations to add. |
RemoveLicenseSpecifications |
ARNs of the license configurations to remove. |