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.98.0 (build 00b106d)", date="2024-05-08T21:35:04.345Z") @Stability(Stable) public interface IBaseDeploymentConfig extends software.amazon.jsii.JsiiSerializable
The base class for ServerDeploymentConfig, EcsDeploymentConfig, and LambdaDeploymentConfig deployment configurations.
  • Method Details

    • getDeploymentConfigArn

      @Stability(Stable) @NotNull String getDeploymentConfigArn()
      The ARN of the Deployment Configuration.
    • getDeploymentConfigName

      @Stability(Stable) @NotNull String getDeploymentConfigName()
      The physical, human-readable name of the Deployment Configuration.