Interface ILambdaDeploymentGroup

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
ILambdaDeploymentGroup.Jsii$Default
All Known Implementing Classes:
ILambdaDeploymentGroup.Jsii$Proxy, LambdaDeploymentGroup

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-24T10:56:29.128Z") @Stability(Stable) public interface ILambdaDeploymentGroup extends software.amazon.jsii.JsiiSerializable, IResource
Interface for a Lambda deployment groups.
  • Method Details

    • getApplication

      @Stability(Stable) @NotNull ILambdaApplication getApplication()
      The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
    • getDeploymentConfig

      @Stability(Stable) @NotNull ILambdaDeploymentConfig getDeploymentConfig()
      The Deployment Configuration this Group uses.
    • getDeploymentGroupArn

      @Stability(Stable) @NotNull String getDeploymentGroupArn()
      The ARN of this Deployment Group.
    • getDeploymentGroupName

      @Stability(Stable) @NotNull String getDeploymentGroupName()
      The physical name of the CodeDeploy Deployment Group.