codedeploy_create_application {paws.developer.tools} | R Documentation |
Creates an application.
See https://www.paws-r-sdk.com/docs/codedeploy_create_application/ for full documentation.
codedeploy_create_application(
applicationName,
computePlatform = NULL,
tags = NULL
)
applicationName |
[required] The name of the application. This name must be unique with the applicable user or Amazon Web Services account. |
computePlatform |
The destination platform type for the deployment ( |
tags |
The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define. |