View source: R/codedeploy_operations.R
codedeploy_create_application | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.