Interface IServerDeploymentGroup

All Superinterfaces:
IConstruct, software.constructs.IConstruct, 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.84.0 (build 5404dcf)", date="2023-06-19T16:30:46.374Z") @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()