AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Describes the settings for a configuration set.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.ConfigurationSettingsDescription

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ConfigurationSettingsDescription : Object

The ConfigurationSettingsDescription type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationName System.String Gets and sets the property ApplicationName.

The name of the application associated with this configuration set.

Public Property DateCreated System.DateTime Gets and sets the property DateCreated.

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

Public Property DateUpdated System.DateTime Gets and sets the property DateUpdated.

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

Public Property DeploymentStatus Amazon.ElasticBeanstalk.ConfigurationDeploymentStatus Gets and sets the property DeploymentStatus.

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.
Public Property Description System.String Gets and sets the property Description.

Describes this configuration set.

Public Property EnvironmentName System.String Gets and sets the property EnvironmentName.

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

Public Property OptionSettings System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting> Gets and sets the property OptionSettings.

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

Public Property SolutionStackName System.String Gets and sets the property SolutionStackName.

The name of the solution stack this configuration set uses.

Public Property TemplateName System.String Gets and sets the property TemplateName.

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

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1