Class: Aws::ElasticBeanstalk::Types::CreateApplicationMessage

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

Overview

Request to create an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application. Must be unique within your account.

Returns:

  • (String)


947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 947

class CreateApplicationMessage < Struct.new(
  :application_name,
  :description,
  :resource_lifecycle_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Your description of the application.

Returns:

  • (String)


947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 947

class CreateApplicationMessage < Struct.new(
  :application_name,
  :description,
  :resource_lifecycle_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_lifecycle_configTypes::ApplicationResourceLifecycleConfig

Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.



947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 947

class CreateApplicationMessage < Struct.new(
  :application_name,
  :description,
  :resource_lifecycle_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Specifies the tags applied to the application.

Elastic Beanstalk applies these tags only to the application. Environments that you create in the application don't inherit the tags.

Returns:



947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 947

class CreateApplicationMessage < Struct.new(
  :application_name,
  :description,
  :resource_lifecycle_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end