NAME
Paws::AppConfig::Deployment
ATTRIBUTES
ApplicationId => Str
The ID of the application that was deployed.
CompletedAt => Str
The time the deployment completed.
ConfigurationLocationUri => Str
Information about the source location of the configuration.
ConfigurationName => Str
The name of the configuration.
ConfigurationProfileId => Str
The ID of the configuration profile that was deployed.
ConfigurationVersion => Str
The configuration version that was deployed.
DeploymentDurationInMinutes => Int
Total amount of time the deployment lasted.
DeploymentNumber => Int
The sequence number of the deployment.
DeploymentStrategyId => Str
The ID of the deployment strategy that was deployed.
Description => Str
The description of the deployment.
EnvironmentId => Str
The ID of the environment that was deployed.
EventLog => ArrayRef[Paws::AppConfig::DeploymentEvent]
A list containing all events related to a deployment. The most recent events are displayed first.
FinalBakeTimeInMinutes => Int
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
GrowthFactor => Num
The percentage of targets to receive a deployed configuration during each interval.
GrowthType => Str
The algorithm used to define how percentage grew over time.
Valid values are: "LINEAR"
, "EXPONENTIAL"
=head2 PercentageComplete => Num
The percentage of targets for which the deployment is available.
StartedAt => Str
The time the deployment started.
State => Str
The state of the deployment.
Valid values are: "BAKING"
, "VALIDATING"
, "DEPLOYING"
, "COMPLETE"
, "ROLLING_BACK"
, "ROLLED_BACK"
=head2 _request_id => Str