

# CodeDeployDeployment
<a name="API_CodeDeployDeployment"></a>

Information about a CodeDeploy deployment that occurred around the time of an incident and could be a possible cause of the incident.

## Contents
<a name="API_CodeDeployDeployment_Contents"></a>

 ** deploymentGroupArn **   <a name="IncidentManager-Type-CodeDeployDeployment-deploymentGroupArn"></a>
The Amazon Resource Name (ARN) of the CodeDeploy deployment group associated with the deployment.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 1000.  
Pattern: `arn:aws(-cn|-us-gov)?:[a-z0-9-]*:[a-z0-9-]*:([0-9]{12})?:.+`   
Required: Yes

 ** deploymentId **   <a name="IncidentManager-Type-CodeDeployDeployment-deploymentId"></a>
The ID of the CodeDeploy deployment.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 128.  
Required: Yes

 ** startTime **   <a name="IncidentManager-Type-CodeDeployDeployment-startTime"></a>
The timestamp for when the CodeDeploy deployment began.  
Type: Timestamp  
Required: Yes

 ** endTime **   <a name="IncidentManager-Type-CodeDeployDeployment-endTime"></a>
The timestamp for when the CodeDeploy deployment ended. Not reported for deployments that are still in progress.  
Type: Timestamp  
Required: No

## See Also
<a name="API_CodeDeployDeployment_SeeAlso"></a>

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/ssm-incidents-2018-05-10/CodeDeployDeployment) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ssm-incidents-2018-05-10/CodeDeployDeployment) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ssm-incidents-2018-05-10/CodeDeployDeployment) 