AWS SDK for .NET Documentation
CreateConfigurationTemplateResult Class
AmazonAmazon.ElasticBeanstalk.ModelCreateConfigurationTemplateResult Did this page help you?   Yes   No    Tell us about it...
Describes the settings for a configuration set.
Declaration Syntax
C#
public class CreateConfigurationTemplateResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateConfigurationTemplateResult()()()()
Initializes a new instance of the CreateConfigurationTemplateResult class

ApplicationName
Gets and sets the property ApplicationName.

The name of the application associated with this configuration set.


DateCreated
Gets and sets the property DateCreated.

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


DateUpdated
Gets and sets the property DateUpdated.

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


DeploymentStatus
Gets and sets the property DeploymentStatus.

If this configuration set is associated with an environment, the

CopyC#
DeploymentStatus
parameter indicates the deployment status of this configuration set:

Value

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

Value

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

Value

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

Value

CopyC#
failed
: This is a draft configuration, that failed to successfully deploy.

  • CopyC#
    null
    : This configuration is not associated with a running environment.
  • CopyC#
    pending
    : This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.
  • CopyC#
    deployed
    : This is the configuration that is currently deployed to the associated running environment.
  • CopyC#
    failed
    : This is a draft configuration that failed to successfully deploy.

Description
Gets and sets the property Description.

Describes this configuration set.


EnvironmentName
Gets and sets the property EnvironmentName.

If not

CopyC#
null
, the name of the environment for this configuration set.


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
Gets and sets the property OptionSettings.

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


SolutionStackName
Gets and sets the property SolutionStackName.

The name of the solution stack this configuration set uses.


TemplateName
Gets and sets the property TemplateName.

If not

CopyC#
null
, the name of the configuration template for this configuration set.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithApplicationName(String) Obsolete.
Sets the ApplicationName property

WithDateCreated(DateTime) Obsolete.
Sets the DateCreated property

WithDateUpdated(DateTime) Obsolete.
Sets the DateUpdated property

WithDeploymentStatus(String) Obsolete.
Sets the DeploymentStatus property

WithDescription(String) Obsolete.
Sets the Description property

WithEnvironmentName(String) Obsolete.
Sets the EnvironmentName property

WithOptionSettings(array<ConfigurationOptionSetting>[]()[][]) Obsolete.
Sets the OptionSettings property

WithOptionSettings(IEnumerable<(Of <<'(ConfigurationOptionSetting>)>>)) Obsolete.
Sets the OptionSettings property

WithSolutionStackName(String) Obsolete.
Sets the SolutionStackName property

WithTemplateName(String) Obsolete.
Sets the TemplateName property

Inheritance Hierarchy
Object
CreateConfigurationTemplateResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)