Interface ICluster

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

@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-07-05T20:26:30.696Z") @Stability(Stable) public interface ICluster extends software.amazon.jsii.JsiiSerializable, IResource
A regional grouping of one or more container instances on which you can run tasks and services.
  • Method Details

    • getClusterArn

      @Stability(Stable) @NotNull String getClusterArn()
      The Amazon Resource Name (ARN) that identifies the cluster.
    • getClusterName

      @Stability(Stable) @NotNull String getClusterName()
      The name of the cluster.
    • getConnections

      @Stability(Stable) @NotNull Connections getConnections()
      Manage the allowed network connections for the cluster with Security Groups.
    • getHasEc2Capacity

      @Stability(Stable) @NotNull Boolean getHasEc2Capacity()
      Specifies whether the cluster has EC2 instance capacity.
    • getVpc

      @Stability(Stable) @NotNull IVpc getVpc()
      The VPC associated with the cluster.
    • getAutoscalingGroup

      @Stability(Stable) @Nullable default IAutoScalingGroup getAutoscalingGroup()
      The autoscaling group added to the cluster if capacity is associated to the cluster.
    • getDefaultCloudMapNamespace

      @Stability(Stable) @Nullable default INamespace getDefaultCloudMapNamespace()
      The AWS Cloud Map namespace to associate with the cluster.
    • getExecuteCommandConfiguration

      @Stability(Stable) @Nullable default ExecuteCommandConfiguration getExecuteCommandConfiguration()
      The execute command configuration for the cluster.