View source: R/licensemanager_operations.R
licensemanager_update_license_specifications_for_resource | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.