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)


5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
# File 'gems/aws-sdk-opsworks/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_sourceTypes::Source

A Source object that specifies the app repository.

Returns:



5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
# File 'gems/aws-sdk-opsworks/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

#attributesHash<String,String>

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

Returns:

  • (Hash<String,String>)


5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
# File 'gems/aws-sdk-opsworks/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_sourcesArray<Types::DataSource>

The app's data sources.

Returns:



5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
# File 'gems/aws-sdk-opsworks/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

#descriptionString

A description of the app.

Returns:

  • (String)


5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
# File 'gems/aws-sdk-opsworks/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

#domainsArray<String>

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

Returns:

  • (Array<String>)


5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
# File 'gems/aws-sdk-opsworks/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_sslBoolean

Whether SSL is enabled for the app.

Returns:

  • (Boolean)


5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
# File 'gems/aws-sdk-opsworks/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

#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:



5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
# File 'gems/aws-sdk-opsworks/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

#nameString

The app name.

Returns:

  • (String)


5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
# File 'gems/aws-sdk-opsworks/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_configurationTypes::SslConfiguration

An SslConfiguration object with the SSL configuration.



5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
# File 'gems/aws-sdk-opsworks/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

#typeString

The app type.

Returns:

  • (String)


5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
# File 'gems/aws-sdk-opsworks/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