Interface IBaseDeploymentConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IBaseDeploymentConfig.Jsii$Default,IEcsDeploymentConfig,IEcsDeploymentConfig.Jsii$Default,ILambdaDeploymentConfig,ILambdaDeploymentConfig.Jsii$Default,IServerDeploymentConfig,IServerDeploymentConfig.Jsii$Default
- All Known Implementing Classes:
BaseDeploymentConfig,CustomLambdaDeploymentConfig,EcsDeploymentConfig,IBaseDeploymentConfig.Jsii$Proxy,IEcsDeploymentConfig.Jsii$Proxy,ILambdaDeploymentConfig.Jsii$Proxy,IServerDeploymentConfig.Jsii$Proxy,LambdaDeploymentConfig,ServerDeploymentConfig
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:33.644Z")
@Stability(Stable)
public interface IBaseDeploymentConfig
extends software.amazon.jsii.JsiiSerializable
The base class for ServerDeploymentConfig, EcsDeploymentConfig, and LambdaDeploymentConfig deployment configurations.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBaseDeploymentConfig.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the Deployment Configuration.The physical, human-readable name of the Deployment Configuration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeploymentConfigArn
The ARN of the Deployment Configuration. -
getDeploymentConfigName
The physical, human-readable name of the Deployment Configuration.
-