licensemanager_create_license_conversion_task_for_resource {paws.management} | R Documentation |
Creates a new license conversion task
Description
Creates a new license conversion task.
See https://www.paws-r-sdk.com/docs/licensemanager_create_license_conversion_task_for_resource/ for full documentation.
Usage
licensemanager_create_license_conversion_task_for_resource(
ResourceArn,
SourceLicenseContext,
DestinationLicenseContext
)
Arguments
ResourceArn |
[required] Amazon Resource Name (ARN) of the resource you are converting the license type for. |
SourceLicenseContext |
[required] Information that identifies the license type you are converting from. For the structure of the source license, see Convert a license type using the CLI in the License Manager User Guide. |
DestinationLicenseContext |
[required] Information that identifies the license type you are converting to. For the structure of the destination license, see Convert a license type using the CLI in the License Manager User Guide. |
[Package paws.management version 0.9.0 Index]