Skip to content

/AWS1/CL_LWD=>CREATEDEPLOYMENT()

About CreateDeployment

Creates a deployment for the given workload. Deployments created by this operation are not available in the Launch Wizard console to use the Clone deployment action on.

Method Signature

IMPORTING

Required arguments:

IV_WORKLOADNAME TYPE /AWS1/LWDWORKLOADNAME /AWS1/LWDWORKLOADNAME

The name of the workload. You can use the ListWorkloads operation to discover supported values for this parameter.

IV_DEPLOYMENTPATTERNNAME TYPE /AWS1/LWDDEPLOYMENTPATTERNNAME /AWS1/LWDDEPLOYMENTPATTERNNAME

The name of the deployment pattern supported by a given workload. You can use the ListWorkloadDeploymentPatterns operation to discover supported values for this parameter.

IV_NAME TYPE /AWS1/LWDDEPLOYMENTNAME /AWS1/LWDDEPLOYMENTNAME

The name of the deployment.

IT_SPECIFICATIONS TYPE /AWS1/CL_LWDDEPLOYMENTSPECS_W=>TT_DEPLOYMENTSPECIFICATIONS TT_DEPLOYMENTSPECIFICATIONS

The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the GetWorkloadDeploymentPattern operation.

Optional arguments:

IV_DRYRUN TYPE /AWS1/LWDBOOLEAN /AWS1/LWDBOOLEAN

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

IT_TAGS TYPE /AWS1/CL_LWDTAGS_W=>TT_TAGS TT_TAGS

The tags to add to the deployment.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_LWDCREDEPLOYMENTOUT /AWS1/CL_LWDCREDEPLOYMENTOUT