⚠️ Internal: This API is not publically exported by the package.
interface Bind {
    cluster: Cluster;
    target: Group | Endpoint;
}

Properties

Properties

cluster: Cluster
target: Group | Endpoint