NAME
Paws::ElasticBeanstalk::ConfigurationSettingsDescription
ATTRIBUTES
ApplicationName => Str
The name of the application associated with this configuration set.
DateCreated => Str
The date (in UTC time) when this configuration set was created.
DateUpdated => Str
The date (in UTC time) when this configuration set was last modified.
DeploymentStatus => Str
If this configuration set is associated with an environment, the DeploymentStatus
parameter indicates the deployment status of this configuration set:
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.
Valid values are: "deployed"
, "pending"
, "failed"
=head2 Description => Str
Describes this configuration set.
EnvironmentName => Str
If not null
, the name of the environment for this configuration set.
OptionSettings => ArrayRef[Paws::ElasticBeanstalk::ConfigurationOptionSetting]
A list of the configuration options and their values in this configuration set.
PlatformArn => Str
The ARN of the platform version.
SolutionStackName => Str
The name of the solution stack this configuration set uses.
TemplateName => Str
If not null
, the name of the configuration template for this configuration set.