/AWS1/CL_M2=>CREATEDEPLOYMENT()
¶
About CreateDeployment¶
Creates and starts a deployment to deploy an application into a runtime environment.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_ENVIRONMENTID
TYPE /AWS1/M2_IDENTIFIER
/AWS1/M2_IDENTIFIER
¶
The identifier of the runtime environment where you want to deploy this application.
IV_APPLICATIONID
TYPE /AWS1/M2_IDENTIFIER
/AWS1/M2_IDENTIFIER
¶
The application identifier.
IV_APPLICATIONVERSION
TYPE /AWS1/M2_VERSION
/AWS1/M2_VERSION
¶
The version of the application to deploy.
Optional arguments:¶
IV_CLIENTTOKEN
TYPE /AWS1/M2_CLIENTTOKEN
/AWS1/M2_CLIENTTOKEN
¶
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.