

# DeploymentSummary


Information about the deployment.

## Contents


 ** CompletedAt **   <a name="appconfig-Type-DeploymentSummary-CompletedAt"></a>
Time the deployment completed.  
Type: Timestamp  
Required: No

 ** ConfigurationName **   <a name="appconfig-Type-DeploymentSummary-ConfigurationName"></a>
The name of the configuration.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Required: No

 ** ConfigurationVersion **   <a name="appconfig-Type-DeploymentSummary-ConfigurationVersion"></a>
The version of the configuration.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Required: No

 ** DeploymentDurationInMinutes **   <a name="appconfig-Type-DeploymentSummary-DeploymentDurationInMinutes"></a>
Total amount of time the deployment lasted.  
Type: Integer  
Valid Range: Minimum value of 0. Maximum value of 1440.  
Required: No

 ** DeploymentNumber **   <a name="appconfig-Type-DeploymentSummary-DeploymentNumber"></a>
The sequence number of the deployment.  
Type: Integer  
Required: No

 ** FinalBakeTimeInMinutes **   <a name="appconfig-Type-DeploymentSummary-FinalBakeTimeInMinutes"></a>
The amount of time that AWS AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.  
Type: Integer  
Valid Range: Minimum value of 0. Maximum value of 1440.  
Required: No

 ** GrowthFactor **   <a name="appconfig-Type-DeploymentSummary-GrowthFactor"></a>
The percentage of targets to receive a deployed configuration during each interval.  
Type: Float  
Valid Range: Minimum value of 1.0. Maximum value of 100.0.  
Required: No

 ** GrowthType **   <a name="appconfig-Type-DeploymentSummary-GrowthType"></a>
The algorithm used to define how percentage grows over time.  
Type: String  
Valid Values: `LINEAR | EXPONENTIAL`   
Required: No

 ** PercentageComplete **   <a name="appconfig-Type-DeploymentSummary-PercentageComplete"></a>
The percentage of targets for which the deployment is available.  
Type: Float  
Valid Range: Minimum value of 1.0. Maximum value of 100.0.  
Required: No

 ** StartedAt **   <a name="appconfig-Type-DeploymentSummary-StartedAt"></a>
Time the deployment started.  
Type: Timestamp  
Required: No

 ** State **   <a name="appconfig-Type-DeploymentSummary-State"></a>
The state of the deployment.  
Type: String  
Valid Values: `BAKING | VALIDATING | DEPLOYING | COMPLETE | ROLLING_BACK | ROLLED_BACK | REVERTED`   
Required: No

 ** VersionLabel **   <a name="appconfig-Type-DeploymentSummary-VersionLabel"></a>
A user-defined label for an AWS AppConfig hosted configuration version.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Pattern: `.*[^0-9].*`   
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/appconfig-2019-10-09/DeploymentSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/appconfig-2019-10-09/DeploymentSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/appconfig-2019-10-09/DeploymentSummary) 