Describes the settings for a configuration set.
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 |
| Member | Description | |
|---|---|---|
| UpdateConfigurationTemplateResult()()()() | Initializes a new instance of the UpdateConfigurationTemplateResult class | |
| ApplicationName |
The name of the application associated with this configuration set.
Constraints: | |
| 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 Valuenull: This configuration is not associated with a running environment.Field Valuepending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.Field Valuedeployed: This is the configuration that is currently deployed to the associated running environment.Field Valuefailed: This is a draft configuration, that failed to successfully deploy.
Constraints: | |
| Description |
Describes this configuration set.
Constraints: | |
| EnvironmentName |
If not null, the name of the environment for this configuration set.
Constraints: | |
| Equals(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: | |
| TemplateName |
If not null, the name of the configuration template for this configuration set.
Constraints: | |
| ToString()()()() | (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
|