Adds or removes license configurations for a specified AWS resource.
This operation currently supports updating the license specifications of
AMIs, instances, and hosts. Launch templates and AWS CloudFormation
templates are not managed from this operation as those resources send
the license configurations directly to a resource creation operation,
such as RunInstances
.
licensemanager_update_license_specifications_for_resource(ResourceArn,
AddLicenseSpecifications, RemoveLicenseSpecifications)
[required] ARN for an AWS server resource.
License configuration ARNs to be added to a resource.
License configuration ARNs to be removed from a resource.
svc$update_license_specifications_for_resource( ResourceArn = "string", AddLicenseSpecifications = list( list( LicenseConfigurationArn = "string" ) ), RemoveLicenseSpecifications = list( list( LicenseConfigurationArn = "string" ) ) )