---
type: resource-type
title: DeploymentConfig
description: aws resource type AWS::CodeDeploy::DeploymentConfig
name: DeploymentConfig
lexicon: aws
resource_type: AWS::CodeDeploy::DeploymentConfig
---
`AWS::CodeDeploy::DeploymentConfig`, a resource type of the aws lexicon.

## Properties

- `ComputePlatform` (`string`, optional): The destination platform type for the deployment (Lambda, Server, or ECS).
- `DeploymentConfigName` (`string`, optional): A name for the deployment configuration. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the deployment configuration name. For more information, see Name Type.
- `MinimumHealthyHosts` (`DeploymentConfig_MinimumHealthyHosts`, optional): The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.
- `TrafficRoutingConfig` (`DeploymentConfig_TrafficRoutingConfig`, optional): The configuration that specifies how the deployment traffic is routed.
- `ZonalConfig` (`DeploymentConfig_ZonalConfig`, optional): The zonal deployment config that specifies how the zonal deployment behaves
