IServerDeploymentConfig¶
-
class
aws_cdk.aws_codedeploy.
IServerDeploymentConfig
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
The Deployment Configuration of an EC2/on-premise Deployment Group.
The default, pre-defined Configurations are available as constants on the {@link ServerDeploymentConfig} class (
ServerDeploymentConfig.HALF_AT_A_TIME
,ServerDeploymentConfig.ALL_AT_ONCE
, etc.). To create a custom Deployment Configuration, instantiate the {@link ServerDeploymentConfig} Construct.Attributes
-
deployment_config_arn
¶ true
- Type
attribute
- Return type
str
-
deployment_config_name
¶ true
- Type
attribute
- Return type
str
-