Class: Aws::OpsWorks::Types::UpdateAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::UpdateAppRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The app ID.
-
#app_source ⇒ Types::Source
A ‘Source` object that specifies the app repository.
-
#attributes ⇒ Hash<String,String>
One or more user-defined key/value pairs to be added to the stack attributes.
-
#data_sources ⇒ Array<Types::DataSource>
The app’s data sources.
-
#description ⇒ String
A description of the app.
-
#domains ⇒ Array<String>
The app’s virtual host settings, with multiple domains separated by commas.
-
#enable_ssl ⇒ Boolean
Whether SSL is enabled for the app.
-
#environment ⇒ Array<Types::EnvironmentVariable>
An array of ‘EnvironmentVariable` objects that specify environment variables to be associated with the app.
-
#name ⇒ String
The app name.
-
#ssl_configuration ⇒ Types::SslConfiguration
An ‘SslConfiguration` object with the SSL configuration.
-
#type ⇒ String
The app type.
Instance Attribute Details
#app_id ⇒ String
The app ID.
5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5361 class UpdateAppRequest < Struct.new( :app_id, :name, :description, :data_sources, :type, :app_source, :domains, :enable_ssl, :ssl_configuration, :attributes, :environment) SENSITIVE = [] include Aws::Structure end |
#app_source ⇒ Types::Source
A ‘Source` object that specifies the app repository.
5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5361 class UpdateAppRequest < Struct.new( :app_id, :name, :description, :data_sources, :type, :app_source, :domains, :enable_ssl, :ssl_configuration, :attributes, :environment) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Hash<String,String>
One or more user-defined key/value pairs to be added to the stack attributes.
5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5361 class UpdateAppRequest < Struct.new( :app_id, :name, :description, :data_sources, :type, :app_source, :domains, :enable_ssl, :ssl_configuration, :attributes, :environment) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Array<Types::DataSource>
The app’s data sources.
5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5361 class UpdateAppRequest < Struct.new( :app_id, :name, :description, :data_sources, :type, :app_source, :domains, :enable_ssl, :ssl_configuration, :attributes, :environment) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the app.
5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5361 class UpdateAppRequest < Struct.new( :app_id, :name, :description, :data_sources, :type, :app_source, :domains, :enable_ssl, :ssl_configuration, :attributes, :environment) SENSITIVE = [] include Aws::Structure end |
#domains ⇒ Array<String>
The app’s virtual host settings, with multiple domains separated by commas. For example: ‘’www.example.com, example.com’‘
5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5361 class UpdateAppRequest < Struct.new( :app_id, :name, :description, :data_sources, :type, :app_source, :domains, :enable_ssl, :ssl_configuration, :attributes, :environment) SENSITIVE = [] include Aws::Structure end |
#enable_ssl ⇒ Boolean
Whether SSL is enabled for the app.
5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5361 class UpdateAppRequest < Struct.new( :app_id, :name, :description, :data_sources, :type, :app_source, :domains, :enable_ssl, :ssl_configuration, :attributes, :environment) SENSITIVE = [] include Aws::Structure end |
#environment ⇒ Array<Types::EnvironmentVariable>
An array of ‘EnvironmentVariable` objects that specify environment variables to be associated with the app. After you deploy the app, these variables are defined on the associated app server instances.For more information, see [ Environment Variables].
There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variables’ names, values, and protected flag values - cannot exceed 20 KB. This limit should accommodate most if not all use cases. Exceeding it will cause an exception with the message, “Environment: is too large (maximum is 20 KB).”
<note markdown=“1”> If you have specified one or more environment variables, you cannot modify the stack’s Chef version.
</note>
5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5361 class UpdateAppRequest < Struct.new( :app_id, :name, :description, :data_sources, :type, :app_source, :domains, :enable_ssl, :ssl_configuration, :attributes, :environment) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The app name.
5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5361 class UpdateAppRequest < Struct.new( :app_id, :name, :description, :data_sources, :type, :app_source, :domains, :enable_ssl, :ssl_configuration, :attributes, :environment) SENSITIVE = [] include Aws::Structure end |
#ssl_configuration ⇒ Types::SslConfiguration
An ‘SslConfiguration` object with the SSL configuration.
5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5361 class UpdateAppRequest < Struct.new( :app_id, :name, :description, :data_sources, :type, :app_source, :domains, :enable_ssl, :ssl_configuration, :attributes, :environment) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The app type.
5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5361 class UpdateAppRequest < Struct.new( :app_id, :name, :description, :data_sources, :type, :app_source, :domains, :enable_ssl, :ssl_configuration, :attributes, :environment) SENSITIVE = [] include Aws::Structure end |