Interface ICluster.Jsii$Default

All Superinterfaces:
ICluster, IClusterRef, IClusterRef.Jsii$Default, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ICluster.Jsii$Proxy
Enclosing interface:
ICluster

@Internal public static interface ICluster.Jsii$Default extends ICluster, IResource.Jsii$Default, IClusterRef.Jsii$Default
Internal default implementation for ICluster.
  • Method Details

    • getClusterArn

      @Stability(Experimental) @NotNull default String getClusterArn()
      (experimental) The ARN of the cluster.
      Specified by:
      getClusterArn in interface ICluster
    • getClusterId

      @Stability(Experimental) @NotNull default String getClusterId()
      (experimental) The ID of the cluster.
      Specified by:
      getClusterId in interface ICluster
    • getClusterChannelIds

      @Stability(Experimental) @Nullable default List<String> getClusterChannelIds()
      (experimental) The IDs of channels running on this cluster.
      Specified by:
      getClusterChannelIds in interface ICluster
    • getClusterState

      @Stability(Experimental) @Nullable default String getClusterState()
      (experimental) The current state of the cluster.
      Specified by:
      getClusterState in interface ICluster