Skip to content

Create License Conversion Task for Resource

licensemanager_create_license_conversion_task_for_resource R Documentation

Creates a new license conversion task

Description

Creates a new license conversion task.

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.

Value

A list with the following syntax:

list(
  LicenseConversionTaskId = "string"
)

Request syntax

svc$create_license_conversion_task_for_resource(
  ResourceArn = "string",
  SourceLicenseContext = list(
    UsageOperation = "string"
  ),
  DestinationLicenseContext = list(
    UsageOperation = "string"
  )
)