ServerDeploymentConfigProps¶
-
class
aws_cdk.aws_codedeploy.
ServerDeploymentConfigProps
(*, minimum_healthy_hosts, deployment_config_name=None)¶ Bases:
object
Construction properties of {@link ServerDeploymentConfig}.
- Parameters
minimum_healthy_hosts (
MinimumHealthyHosts
) – Minimum number of healthy hosts.deployment_config_name (
Optional
[str
]) – The physical, human-readable name of the Deployment Configuration. Default: a name will be auto-generated
Attributes
-
deployment_config_name
¶ The physical, human-readable name of the Deployment Configuration.
- Default
a name will be auto-generated
- Return type
Optional
[str
]
-
minimum_healthy_hosts
¶ Minimum number of healthy hosts.
- Return type