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

Class: Aws::ElasticBeanstalk::Types::ConfigurationSettingsDescription

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

Overview

Describes the settings for a configuration set.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application associated with this configuration set.

Returns:

  • (String)

    The name of the application associated with this configuration set.

#date_createdTime

The date (in UTC time) when this configuration set was created.

Returns:

  • (Time)

    The date (in UTC time) when this configuration set was created.

#date_updatedTime

The date (in UTC time) when this configuration set was last modified.

Returns:

  • (Time)

    The date (in UTC time) when this configuration set was last modified.

#deployment_statusString

If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

  • null: This configuration is not associated with a running environment.

  • pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.

  • deployed: This is the configuration that is currently deployed to the associated running environment.

  • failed: This is a draft configuration that failed to successfully deploy.

    Possible values:

    • deployed
    • pending
    • failed

Returns:

  • (String)

    If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:.

#descriptionString

Describes this configuration set.

Returns:

  • (String)

    Describes this configuration set.

#environment_nameString

If not null, the name of the environment for this configuration set.

Returns:

  • (String)

    If not null, the name of the environment for this configuration set.

#option_settingsArray<Types::ConfigurationOptionSetting>

A list of the configuration options and their values in this configuration set.

Returns:

#platform_arnString

The ARN of the platform version.

Returns:

  • (String)

    The ARN of the platform version.

#solution_stack_nameString

The name of the solution stack this configuration set uses.

Returns:

  • (String)

    The name of the solution stack this configuration set uses.

#template_nameString

If not null, the name of the configuration template for this configuration set.

Returns:

  • (String)

    If not null, the name of the configuration template for this configuration set.