1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. getManagementCloudLicensePool
Viewing docs for checkpoint 3.3.0
published on Thursday, Jul 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.3.0
published on Thursday, Jul 30, 2026 by checkpointsw

    Use this data source to get information on an existing Check Point Cloud License Pool.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const dataTest = checkpoint.getManagementCloudLicensePool({
        pool: "cloud-license-pool1",
    });
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    data_test = checkpoint.get_management_cloud_license_pool(pool="cloud-license-pool1")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v3/checkpoint"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := checkpoint.GetManagementCloudLicensePool(ctx, &checkpoint.GetManagementCloudLicensePoolArgs{
    			Pool: "cloud-license-pool1",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Checkpoint = Pulumi.Checkpoint;
    
    return await Deployment.RunAsync(() => 
    {
        var dataTest = Checkpoint.GetManagementCloudLicensePool.Invoke(new()
        {
            Pool = "cloud-license-pool1",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.CheckpointFunctions;
    import com.pulumi.checkpoint.inputs.GetManagementCloudLicensePoolArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var dataTest = CheckpointFunctions.getManagementCloudLicensePool(GetManagementCloudLicensePoolArgs.builder()
                .pool("cloud-license-pool1")
                .build());
    
        }
    }
    
    variables:
      dataTest:
        fn::invoke:
          function: checkpoint:getManagementCloudLicensePool
          arguments:
            pool: cloud-license-pool1
    
    Example coming soon!
    

    Using getManagementCloudLicensePool

    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 getManagementCloudLicensePool(args: GetManagementCloudLicensePoolArgs, opts?: InvokeOptions): Promise<GetManagementCloudLicensePoolResult>
    function getManagementCloudLicensePoolOutput(args: GetManagementCloudLicensePoolOutputArgs, opts?: InvokeOptions): Output<GetManagementCloudLicensePoolResult>
    def get_management_cloud_license_pool(ck: Optional[str] = None,
                                          id: Optional[str] = None,
                                          pool: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetManagementCloudLicensePoolResult
    def get_management_cloud_license_pool_output(ck: pulumi.Input[Optional[str]] = None,
                                          id: pulumi.Input[Optional[str]] = None,
                                          pool: pulumi.Input[Optional[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetManagementCloudLicensePoolResult]
    func GetManagementCloudLicensePool(ctx *Context, args *GetManagementCloudLicensePoolArgs, opts ...InvokeOption) (*GetManagementCloudLicensePoolResult, error)
    func GetManagementCloudLicensePoolOutput(ctx *Context, args *GetManagementCloudLicensePoolOutputArgs, opts ...InvokeOption) GetManagementCloudLicensePoolResultOutput

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

    public static class GetManagementCloudLicensePool 
    {
        public static Task<GetManagementCloudLicensePoolResult> InvokeAsync(GetManagementCloudLicensePoolArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementCloudLicensePoolResult> Invoke(GetManagementCloudLicensePoolInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementCloudLicensePoolResult> getManagementCloudLicensePool(GetManagementCloudLicensePoolArgs args, InvokeOptions options)
    public static Output<GetManagementCloudLicensePoolResult> getManagementCloudLicensePool(GetManagementCloudLicensePoolArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementCloudLicensePool:getManagementCloudLicensePool
      arguments:
        # arguments dictionary
    data "checkpoint_get_management_cloud_license_pool" "name" {
        # arguments
    }

    The following arguments are supported:

    Pool string
    Pool name.
    Ck string
    Certificate Key. Required to identify a specific pool when multiple pools share the same name.
    Id string
    Pool string
    Pool name.
    Ck string
    Certificate Key. Required to identify a specific pool when multiple pools share the same name.
    Id string
    pool string
    Pool name.
    ck string
    Certificate Key. Required to identify a specific pool when multiple pools share the same name.
    id string
    pool String
    Pool name.
    ck String
    Certificate Key. Required to identify a specific pool when multiple pools share the same name.
    id String
    pool string
    Pool name.
    ck string
    Certificate Key. Required to identify a specific pool when multiple pools share the same name.
    id string
    pool str
    Pool name.
    ck str
    Certificate Key. Required to identify a specific pool when multiple pools share the same name.
    id str
    pool String
    Pool name.
    ck String
    Certificate Key. Required to identify a specific pool when multiple pools share the same name.
    id String

    getManagementCloudLicensePool Result

    The following output properties are available:

    Supporting Types

    GetManagementCloudLicensePoolCk

    Ck string
    The license CK (Certificate Key).
    Expired bool
    Whether this CK is expired.
    Ck string
    The license CK (Certificate Key).
    Expired bool
    Whether this CK is expired.
    ck string
    The license CK (Certificate Key).
    expired bool
    Whether this CK is expired.
    ck String
    The license CK (Certificate Key).
    expired Boolean
    Whether this CK is expired.
    ck string
    The license CK (Certificate Key).
    expired boolean
    Whether this CK is expired.
    ck str
    The license CK (Certificate Key).
    expired bool
    Whether this CK is expired.
    ck String
    The license CK (Certificate Key).
    expired Boolean
    Whether this CK is expired.

    GetManagementCloudLicensePoolSubscribedGateway

    Domain string
    Domain name.

    • used-quota - (Computed) Cores quantity used by the gateway.
    Name string
    Gateway name.
    Uid string
    Gateway's unique identifier.
    UsedQuota double
    Domain string
    Domain name.

    • used-quota - (Computed) Cores quantity used by the gateway.
    Name string
    Gateway name.
    Uid string
    Gateway's unique identifier.
    UsedQuota float64
    domain string
    Domain name.

    • used-quota - (Computed) Cores quantity used by the gateway.
    name string
    Gateway name.
    uid string
    Gateway's unique identifier.
    used_quota number
    domain String
    Domain name.

    • used-quota - (Computed) Cores quantity used by the gateway.
    name String
    Gateway name.
    uid String
    Gateway's unique identifier.
    usedQuota Double
    domain string
    Domain name.

    • used-quota - (Computed) Cores quantity used by the gateway.
    name string
    Gateway name.
    uid string
    Gateway's unique identifier.
    usedQuota number
    domain str
    Domain name.

    • used-quota - (Computed) Cores quantity used by the gateway.
    name str
    Gateway name.
    uid str
    Gateway's unique identifier.
    used_quota float
    domain String
    Domain name.

    • used-quota - (Computed) Cores quantity used by the gateway.
    name String
    Gateway name.
    uid String
    Gateway's unique identifier.
    usedQuota Number

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.3.0
    published on Thursday, Jul 30, 2026 by checkpointsw

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial