Interface IServerDeploymentGroup

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

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:14.215Z") @Stability(Stable) public interface IServerDeploymentGroup extends software.amazon.jsii.JsiiSerializable, IResource
  • Method Details

    • getApplication

      @Stability(Stable) @NotNull IServerApplication getApplication()
    • getDeploymentConfig

      @Stability(Stable) @NotNull IServerDeploymentConfig getDeploymentConfig()
    • getDeploymentGroupArn

      @Stability(Stable) @NotNull String getDeploymentGroupArn()
    • getDeploymentGroupName

      @Stability(Stable) @NotNull String getDeploymentGroupName()
    • getAutoScalingGroups

      @Stability(Stable) @Nullable default List<IAutoScalingGroup> getAutoScalingGroups()
    • getRole

      @Stability(Stable) @Nullable default IRole getRole()