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.104.0 (build e79254c)",
date="2024-11-06T23:25:06.027Z")
@Stability(Stable)
public interface IBaseDeploymentConfig
extends software.amazon.jsii.JsiiSerializable
The base class for ServerDeploymentConfig, EcsDeploymentConfig, and LambdaDeploymentConfig deployment configurations.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIBaseDeploymentConfig
.static final class
A 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.
-