licensemanager_update_license_specifications_for_resource {paws.management} | R Documentation |
Adds or removes the specified license configurations for the specified Amazon Web Services resource
Description
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.
Usage
licensemanager_update_license_specifications_for_resource(
ResourceArn,
AddLicenseSpecifications = NULL,
RemoveLicenseSpecifications = NULL
)
Arguments
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. |
[Package paws.management version 0.9.0 Index]