1. Packages
  2. Yandex
  3. API Docs
  4. getMdbGreenplumCluster
Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi

yandex.getMdbGreenplumCluster

Explore with Pulumi AI

yandex logo
Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi

    Using getMdbGreenplumCluster

    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 getMdbGreenplumCluster(args: GetMdbGreenplumClusterArgs, opts?: InvokeOptions): Promise<GetMdbGreenplumClusterResult>
    function getMdbGreenplumClusterOutput(args: GetMdbGreenplumClusterOutputArgs, opts?: InvokeOptions): Output<GetMdbGreenplumClusterResult>
    def get_mdb_greenplum_cluster(cluster_id: Optional[str] = None,
                                  folder_id: Optional[str] = None,
                                  name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetMdbGreenplumClusterResult
    def get_mdb_greenplum_cluster_output(cluster_id: Optional[pulumi.Input[str]] = None,
                                  folder_id: Optional[pulumi.Input[str]] = None,
                                  name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetMdbGreenplumClusterResult]
    func LookupMdbGreenplumCluster(ctx *Context, args *LookupMdbGreenplumClusterArgs, opts ...InvokeOption) (*LookupMdbGreenplumClusterResult, error)
    func LookupMdbGreenplumClusterOutput(ctx *Context, args *LookupMdbGreenplumClusterOutputArgs, opts ...InvokeOption) LookupMdbGreenplumClusterResultOutput

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

    public static class GetMdbGreenplumCluster 
    {
        public static Task<GetMdbGreenplumClusterResult> InvokeAsync(GetMdbGreenplumClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetMdbGreenplumClusterResult> Invoke(GetMdbGreenplumClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMdbGreenplumClusterResult> getMdbGreenplumCluster(GetMdbGreenplumClusterArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: yandex:index/getMdbGreenplumCluster:getMdbGreenplumCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterId string
    FolderId string
    Name string
    ClusterId string
    FolderId string
    Name string
    clusterId String
    folderId String
    name String
    clusterId string
    folderId string
    name string
    clusterId String
    folderId String
    name String

    getMdbGreenplumCluster Result

    The following output properties are available:

    Supporting Types

    GetMdbGreenplumClusterAccess

    DataLens bool
    WebSql bool
    DataLens bool
    WebSql bool
    dataLens Boolean
    webSql Boolean
    dataLens boolean
    webSql boolean
    dataLens Boolean
    webSql Boolean

    GetMdbGreenplumClusterBackupWindowStart

    Hours int
    Minutes int
    Hours int
    Minutes int
    hours Integer
    minutes Integer
    hours number
    minutes number
    hours int
    minutes int
    hours Number
    minutes Number

    GetMdbGreenplumClusterMasterHost

    AssignPublicIp bool
    Fqdn string
    AssignPublicIp bool
    Fqdn string
    assignPublicIp Boolean
    fqdn String
    assignPublicIp boolean
    fqdn string
    assignPublicIp Boolean
    fqdn String

    GetMdbGreenplumClusterMasterSubcluster

    GetMdbGreenplumClusterMasterSubclusterResource

    GetMdbGreenplumClusterSegmentHost

    Fqdn string
    Fqdn string
    fqdn String
    fqdn string
    fqdn str
    fqdn String

    GetMdbGreenplumClusterSegmentSubcluster

    GetMdbGreenplumClusterSegmentSubclusterResource

    Package Details

    Repository
    Yandex pulumi/pulumi-yandex
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the yandex Terraform Provider.
    yandex logo
    Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi