Class: Aws::CodeDeploy::Types::CreateApplicationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Represents the input of a CreateApplication operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application. This name must be unique with the applicable user or Amazon Web Services account.

Returns:

  • (String)


712
713
714
715
716
717
718
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 712

class CreateApplicationInput < Struct.new(
  :application_name,
  :compute_platform,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#compute_platformString

The destination platform type for the deployment (Lambda, Server, or ECS).

Returns:

  • (String)


712
713
714
715
716
717
718
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 712

class CreateApplicationInput < Struct.new(
  :application_name,
  :compute_platform,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

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.

Returns:



712
713
714
715
716
717
718
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 712

class CreateApplicationInput < Struct.new(
  :application_name,
  :compute_platform,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end