1. Packages
  2. Buildkite
  3. API Docs
  4. Cluster
  5. getCluster
Buildkite v2.3.1 published on Monday, Sep 11, 2023 by Pulumiverse

buildkite.Cluster.getCluster

Explore with Pulumi AI

buildkite logo
Buildkite v2.3.1 published on Monday, Sep 11, 2023 by Pulumiverse

    Using getCluster

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
    function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
    def get_cluster(name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetClusterResult
    def get_cluster_output(name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
    func GetCluster(ctx *Context, args *GetClusterArgs, opts ...InvokeOption) (*GetClusterResult, error)
    func GetClusterOutput(ctx *Context, args *GetClusterOutputArgs, opts ...InvokeOption) GetClusterResultOutput

    > Note: This function is named GetCluster in the Go SDK.

    public static class GetCluster 
    {
        public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: buildkite:Cluster/getCluster:getCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string

    The name of the cluster to lookup.

    Name string

    The name of the cluster to lookup.

    name String

    The name of the cluster to lookup.

    name string

    The name of the cluster to lookup.

    name str

    The name of the cluster to lookup.

    name String

    The name of the cluster to lookup.

    getCluster Result

    The following output properties are available:

    Color string

    The color given the cluster.

    Description string

    The description of the cluster.

    Emoji string

    The emoji given the cluster.

    Id string

    The GraphQL ID of the cluster.

    Name string
    Uuid string

    The UUID of the cluster.

    Color string

    The color given the cluster.

    Description string

    The description of the cluster.

    Emoji string

    The emoji given the cluster.

    Id string

    The GraphQL ID of the cluster.

    Name string
    Uuid string

    The UUID of the cluster.

    color String

    The color given the cluster.

    description String

    The description of the cluster.

    emoji String

    The emoji given the cluster.

    id String

    The GraphQL ID of the cluster.

    name String
    uuid String

    The UUID of the cluster.

    color string

    The color given the cluster.

    description string

    The description of the cluster.

    emoji string

    The emoji given the cluster.

    id string

    The GraphQL ID of the cluster.

    name string
    uuid string

    The UUID of the cluster.

    color str

    The color given the cluster.

    description str

    The description of the cluster.

    emoji str

    The emoji given the cluster.

    id str

    The GraphQL ID of the cluster.

    name str
    uuid str

    The UUID of the cluster.

    color String

    The color given the cluster.

    description String

    The description of the cluster.

    emoji String

    The emoji given the cluster.

    id String

    The GraphQL ID of the cluster.

    name String
    uuid String

    The UUID of the cluster.

    Package Details

    Repository
    buildkite pulumiverse/pulumi-buildkite
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the buildkite Terraform Provider.

    buildkite logo
    Buildkite v2.3.1 published on Monday, Sep 11, 2023 by Pulumiverse