ConfigurationSettingsDescription class
Describes the settings for a configuration set.
Constructors
-
ConfigurationSettingsDescription({String applicationName, DateTime dateCreated, DateTime dateUpdated, ConfigurationDeploymentStatus deploymentStatus, String description, String environmentName, List<
ConfigurationOptionSetting> optionSettings, String platformArn, String solutionStackName, String templateName}) - ConfigurationSettingsDescription.fromXml(XmlElement elem)
-
factory
Properties
- applicationName → String
-
The name of the application associated with this configuration set.
final
- dateCreated → DateTime
-
The date (in UTC time) when this configuration set was created.
final
- dateUpdated → DateTime
-
The date (in UTC time) when this configuration set was last modified.
final
- deploymentStatus → ConfigurationDeploymentStatus
-
If this configuration set is associated with an environment, the
DeploymentStatus
parameter indicates the deployment status of this configuration set: [...]final - description → String
-
Describes this configuration set.
final
- environmentName → String
-
If not
null
, the name of the environment for this configuration set.final - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
optionSettings
→ List<
ConfigurationOptionSetting> -
A list of the configuration options and their values in this configuration
set.
final
- platformArn → String
-
The ARN of the platform version.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- solutionStackName → String
-
The name of the solution stack this configuration set uses.
final
- templateName → String
-
If not
null
, the name of the configuration template for this configuration set.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited