You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorks::Types::App

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A description of the app.

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The app ID.

Returns:

  • (String)

    The app ID.

#app_sourceTypes::Source

A Source object that describes the app repository.

Returns:

  • (Types::Source)

    A Source object that describes the app repository.

#attributesHash<String,String>

The stack attributes.

Returns:

  • (Hash<String,String>)

    The stack attributes.

#created_atString

When the app was created.

Returns:

  • (String)

    When the app was created.

#data_sourcesArray<Types::DataSource>

The app\'s data sources.

Returns:

#descriptionString

A description of the app.

Returns:

  • (String)

    A description of the app.

#domainsArray<String>

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

Returns:

  • (Array<String>)

    The app vhost settings with multiple domains separated by commas.

#enable_sslBoolean

Whether to enable SSL for the app.

Returns:

  • (Boolean)

    Whether to enable SSL for the app.

#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 variable names, values, and protected flag values - cannot exceed 20 KB. This limit should accommodate most if not all use cases, but if you do exceed it, you will cause an exception (API) with an \"Environment: is too large (maximum is 20 KB)\" message.

Returns:

  • (Array<Types::EnvironmentVariable>)

    An array of EnvironmentVariable objects that specify environment variables to be associated with the app.

#nameString

The app name.

Returns:

  • (String)

    The app name.

#shortnameString

The app\'s short name.

Returns:

  • (String)

    The app\'s short name.

#ssl_configurationTypes::SslConfiguration

An SslConfiguration object with the SSL configuration.

Returns:

#stack_idString

The app stack ID.

Returns:

  • (String)

    The app stack ID.

#typeString

The app type.

Possible values:

  • aws-flow-ruby
  • java
  • rails
  • php
  • nodejs
  • static
  • other

Returns:

  • (String)

    The app type.