Class: Aws::OpsWorks::Types::UpdateAppRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The app ID.

Returns:

  • (String)


5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5340

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_sourceTypes::Source

A Source object that specifies the app repository.

Returns:



5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5340

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

#attributesHash<String,String>

One or more user-defined key/value pairs to be added to the stack attributes.

Returns:

  • (Hash<String,String>)


5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5340

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_sourcesArray<Types::DataSource>

The app's data sources.

Returns:



5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5340

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

#descriptionString

A description of the app.

Returns:

  • (String)


5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5340

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

#domainsArray<String>

The app's virtual host settings, with multiple domains separated by commas. For example: 'www.example.com, example.com'

Returns:

  • (Array<String>)


5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5340

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_sslBoolean

Whether SSL is enabled for the app.

Returns:

  • (Boolean)


5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5340

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

#environmentArray<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)."

If you have specified one or more environment variables, you cannot modify the stack's Chef version.

Returns:



5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5340

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

#nameString

The app name.

Returns:

  • (String)


5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5340

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_configurationTypes::SslConfiguration

An SslConfiguration object with the SSL configuration.



5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5340

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

#typeString

The app type.

Returns:

  • (String)


5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5340

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