codedeploy_create_application: Creates an application

View source: R/codedeploy_operations.R

codedeploy_create_applicationR Documentation

Creates an application

Description

Creates an application.

See https://www.paws-r-sdk.com/docs/codedeploy_create_application/ for full documentation.

Usage

codedeploy_create_application(
  applicationName,
  computePlatform = NULL,
  tags = NULL
)

Arguments

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 (Lambda, Server, or ECS).

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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.