Container for the parameters to the DeleteEnvironmentConfiguration operation.
Deletes the draft configuration associated with the running environment.
Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update fails. The DeploymentStatus for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action.
| C# |
public class DeleteEnvironmentConfigurationRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DeleteEnvironmentConfigurationRequest()()()() | Initializes a new instance of the DeleteEnvironmentConfigurationRequest class | |
| ApplicationName |
The name of the application the environment is associated with.
Constraints: | |
| EnvironmentName |
The name of the environment to delete the draft configuration from.
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.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithEnvironmentName(String) |
Sets the EnvironmentName property
|
| Object | ||
| AmazonWebServiceRequest | ||
| DeleteEnvironmentConfigurationRequest | ||