Describes the settings for a configuration set.

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class UpdateConfigurationTemplateResult
Public Class UpdateConfigurationTemplateResult
public ref class UpdateConfigurationTemplateResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
UpdateConfigurationTemplateResult()()()()
Initializes a new instance of the UpdateConfigurationTemplateResult class
ApplicationName
The name of the application associated with this configuration set.

Constraints:

Length
1 - 100

DateCreated
The date (in UTC time) when this configuration set was created.
DateUpdated
The date (in UTC time) when this configuration set was last modified.
DeploymentStatus
If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

Field Value

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

Field Value

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

Field Value

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

Field Value

failed: This is a draft configuration, that failed to successfully deploy.
  • 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.

Constraints:

Allowed Values
deployed, pending, failed

Description
Describes this configuration set.

Constraints:

Length
0 - 200

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

Constraints:

Length
4 - 23

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
OptionSettings
A list of the configuration options and their values in this configuration set.
SolutionStackName
The name of the solution stack this configuration set uses.

Constraints:

Length
0 - 100

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

Constraints:

Length
1 - 100

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithApplicationName(String)
Sets the ApplicationName property
WithDateCreated(DateTime)
Sets the DateCreated property
WithDateUpdated(DateTime)
Sets the DateUpdated property
WithDeploymentStatus(String)
Sets the DeploymentStatus property
WithDescription(String)
Sets the Description property
WithEnvironmentName(String)
Sets the EnvironmentName property
WithOptionSettings(array<ConfigurationOptionSetting>[]()[][])
Adds elements to the OptionSettings collection
WithOptionSettings(IEnumerable<(Of <<'(ConfigurationOptionSetting>)>>))
Adds elements to the OptionSettings collection
WithSolutionStackName(String)
Sets the SolutionStackName property
WithTemplateName(String)
Sets the TemplateName property

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticBeanstalk.Model..::..UpdateConfigurationTemplateResult

See Also