1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. GaiaMdpsTasks
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw

    This resource allows you to execute Check Point Mdps Tasks.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const example = new checkpoint.GaiaMdpsTasks("example", {
        cpPortProtocols: [
            {
                port: 18191,
                protocol: "tcp",
            },
            {
                port: 18192,
                protocol: "tcp",
            },
        ],
        osServices: ["sshd"],
    });
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    example = checkpoint.GaiaMdpsTasks("example",
        cp_port_protocols=[
            {
                "port": 18191,
                "protocol": "tcp",
            },
            {
                "port": 18192,
                "protocol": "tcp",
            },
        ],
        os_services=["sshd"])
    
    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.NewGaiaMdpsTasks(ctx, "example", &checkpoint.GaiaMdpsTasksArgs{
    			CpPortProtocols: checkpoint.GaiaMdpsTasksCpPortProtocolArray{
    				&checkpoint.GaiaMdpsTasksCpPortProtocolArgs{
    					Port:     pulumi.Float64(18191),
    					Protocol: pulumi.String("tcp"),
    				},
    				&checkpoint.GaiaMdpsTasksCpPortProtocolArgs{
    					Port:     pulumi.Float64(18192),
    					Protocol: pulumi.String("tcp"),
    				},
    			},
    			OsServices: pulumi.StringArray{
    				pulumi.String("sshd"),
    			},
    		})
    		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 example = new Checkpoint.GaiaMdpsTasks("example", new()
        {
            CpPortProtocols = new[]
            {
                new Checkpoint.Inputs.GaiaMdpsTasksCpPortProtocolArgs
                {
                    Port = 18191,
                    Protocol = "tcp",
                },
                new Checkpoint.Inputs.GaiaMdpsTasksCpPortProtocolArgs
                {
                    Port = 18192,
                    Protocol = "tcp",
                },
            },
            OsServices = new[]
            {
                "sshd",
            },
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.GaiaMdpsTasks;
    import com.pulumi.checkpoint.GaiaMdpsTasksArgs;
    import com.pulumi.checkpoint.inputs.GaiaMdpsTasksCpPortProtocolArgs;
    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) {
            var example = new GaiaMdpsTasks("example", GaiaMdpsTasksArgs.builder()
                .cpPortProtocols(            
                    GaiaMdpsTasksCpPortProtocolArgs.builder()
                        .port(18191.0)
                        .protocol("tcp")
                        .build(),
                    GaiaMdpsTasksCpPortProtocolArgs.builder()
                        .port(18192.0)
                        .protocol("tcp")
                        .build())
                .osServices("sshd")
                .build());
    
        }
    }
    
    resources:
      example:
        type: checkpoint:GaiaMdpsTasks
        properties:
          cpPortProtocols:
            - port: 18191
              protocol: tcp
            - port: 18192
              protocol: tcp
          osServices:
            - sshd
    
    Example coming soon!
    

    Create GaiaMdpsTasks Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new GaiaMdpsTasks(name: string, args?: GaiaMdpsTasksArgs, opts?: CustomResourceOptions);
    @overload
    def GaiaMdpsTasks(resource_name: str,
                      args: Optional[GaiaMdpsTasksArgs] = None,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def GaiaMdpsTasks(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      cp_port_protocols: Optional[Sequence[GaiaMdpsTasksCpPortProtocolArgs]] = None,
                      debug: Optional[bool] = None,
                      external_addresses: Optional[Sequence[str]] = None,
                      gaia_mdps_tasks_id: Optional[str] = None,
                      member_id: Optional[str] = None,
                      os_processes: Optional[Sequence[str]] = None,
                      os_services: Optional[Sequence[str]] = None)
    func NewGaiaMdpsTasks(ctx *Context, name string, args *GaiaMdpsTasksArgs, opts ...ResourceOption) (*GaiaMdpsTasks, error)
    public GaiaMdpsTasks(string name, GaiaMdpsTasksArgs? args = null, CustomResourceOptions? opts = null)
    public GaiaMdpsTasks(String name, GaiaMdpsTasksArgs args)
    public GaiaMdpsTasks(String name, GaiaMdpsTasksArgs args, CustomResourceOptions options)
    
    type: checkpoint:GaiaMdpsTasks
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "checkpoint_gaiamdpstasks" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args GaiaMdpsTasksArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GaiaMdpsTasksArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GaiaMdpsTasksArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GaiaMdpsTasksArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GaiaMdpsTasksArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var gaiaMdpsTasksResource = new Checkpoint.GaiaMdpsTasks("gaiaMdpsTasksResource", new()
    {
        CpPortProtocols = new[]
        {
            new Checkpoint.Inputs.GaiaMdpsTasksCpPortProtocolArgs
            {
                Port = 0,
                Protocol = "string",
            },
        },
        Debug = false,
        ExternalAddresses = new[]
        {
            "string",
        },
        GaiaMdpsTasksId = "string",
        MemberId = "string",
        OsProcesses = new[]
        {
            "string",
        },
        OsServices = new[]
        {
            "string",
        },
    });
    
    example, err := checkpoint.NewGaiaMdpsTasks(ctx, "gaiaMdpsTasksResource", &checkpoint.GaiaMdpsTasksArgs{
    	CpPortProtocols: checkpoint.GaiaMdpsTasksCpPortProtocolArray{
    		&checkpoint.GaiaMdpsTasksCpPortProtocolArgs{
    			Port:     pulumi.Float64(0),
    			Protocol: pulumi.String("string"),
    		},
    	},
    	Debug: pulumi.Bool(false),
    	ExternalAddresses: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	GaiaMdpsTasksId: pulumi.String("string"),
    	MemberId:        pulumi.String("string"),
    	OsProcesses: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	OsServices: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    })
    
    resource "checkpoint_gaiamdpstasks" "gaiaMdpsTasksResource" {
      cp_port_protocols {
        port     = 0
        protocol = "string"
      }
      debug              = false
      external_addresses = ["string"]
      gaia_mdps_tasks_id = "string"
      member_id          = "string"
      os_processes       = ["string"]
      os_services        = ["string"]
    }
    
    var gaiaMdpsTasksResource = new GaiaMdpsTasks("gaiaMdpsTasksResource", GaiaMdpsTasksArgs.builder()
        .cpPortProtocols(GaiaMdpsTasksCpPortProtocolArgs.builder()
            .port(0.0)
            .protocol("string")
            .build())
        .debug(false)
        .externalAddresses("string")
        .gaiaMdpsTasksId("string")
        .memberId("string")
        .osProcesses("string")
        .osServices("string")
        .build());
    
    gaia_mdps_tasks_resource = checkpoint.GaiaMdpsTasks("gaiaMdpsTasksResource",
        cp_port_protocols=[{
            "port": float(0),
            "protocol": "string",
        }],
        debug=False,
        external_addresses=["string"],
        gaia_mdps_tasks_id="string",
        member_id="string",
        os_processes=["string"],
        os_services=["string"])
    
    const gaiaMdpsTasksResource = new checkpoint.GaiaMdpsTasks("gaiaMdpsTasksResource", {
        cpPortProtocols: [{
            port: 0,
            protocol: "string",
        }],
        debug: false,
        externalAddresses: ["string"],
        gaiaMdpsTasksId: "string",
        memberId: "string",
        osProcesses: ["string"],
        osServices: ["string"],
    });
    
    type: checkpoint:GaiaMdpsTasks
    properties:
        cpPortProtocols:
            - port: 0
              protocol: string
        debug: false
        externalAddresses:
            - string
        gaiaMdpsTasksId: string
        memberId: string
        osProcesses:
            - string
        osServices:
            - string
    

    GaiaMdpsTasks Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The GaiaMdpsTasks resource accepts the following input properties:

    CpPortProtocols List<GaiaMdpsTasksCpPortProtocol>
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    Debug bool
    Enable debug logging for this resource.
    ExternalAddresses List<string>
    External address to communicate with via the Management plane external_address blocks are documented below.
    GaiaMdpsTasksId string
    MemberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    OsProcesses List<string>
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    OsServices List<string>
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.
    CpPortProtocols []GaiaMdpsTasksCpPortProtocolArgs
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    Debug bool
    Enable debug logging for this resource.
    ExternalAddresses []string
    External address to communicate with via the Management plane external_address blocks are documented below.
    GaiaMdpsTasksId string
    MemberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    OsProcesses []string
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    OsServices []string
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.
    cp_port_protocols list(object)
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    debug bool
    Enable debug logging for this resource.
    external_addresses list(string)
    External address to communicate with via the Management plane external_address blocks are documented below.
    gaia_mdps_tasks_id string
    member_id string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    os_processes list(string)
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    os_services list(string)
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.
    cpPortProtocols List<GaiaMdpsTasksCpPortProtocol>
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    debug Boolean
    Enable debug logging for this resource.
    externalAddresses List<String>
    External address to communicate with via the Management plane external_address blocks are documented below.
    gaiaMdpsTasksId String
    memberId String
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    osProcesses List<String>
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    osServices List<String>
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.
    cpPortProtocols GaiaMdpsTasksCpPortProtocol[]
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    debug boolean
    Enable debug logging for this resource.
    externalAddresses string[]
    External address to communicate with via the Management plane external_address blocks are documented below.
    gaiaMdpsTasksId string
    memberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    osProcesses string[]
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    osServices string[]
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.
    cp_port_protocols Sequence[GaiaMdpsTasksCpPortProtocolArgs]
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    debug bool
    Enable debug logging for this resource.
    external_addresses Sequence[str]
    External address to communicate with via the Management plane external_address blocks are documented below.
    gaia_mdps_tasks_id str
    member_id str
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    os_processes Sequence[str]
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    os_services Sequence[str]
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.
    cpPortProtocols List<Property Map>
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    debug Boolean
    Enable debug logging for this resource.
    externalAddresses List<String>
    External address to communicate with via the Management plane external_address blocks are documented below.
    gaiaMdpsTasksId String
    memberId String
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    osProcesses List<String>
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    osServices List<String>
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GaiaMdpsTasks resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing GaiaMdpsTasks Resource

    Get an existing GaiaMdpsTasks resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: GaiaMdpsTasksState, opts?: CustomResourceOptions): GaiaMdpsTasks
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cp_port_protocols: Optional[Sequence[GaiaMdpsTasksCpPortProtocolArgs]] = None,
            debug: Optional[bool] = None,
            external_addresses: Optional[Sequence[str]] = None,
            gaia_mdps_tasks_id: Optional[str] = None,
            member_id: Optional[str] = None,
            os_processes: Optional[Sequence[str]] = None,
            os_services: Optional[Sequence[str]] = None) -> GaiaMdpsTasks
    func GetGaiaMdpsTasks(ctx *Context, name string, id IDInput, state *GaiaMdpsTasksState, opts ...ResourceOption) (*GaiaMdpsTasks, error)
    public static GaiaMdpsTasks Get(string name, Input<string> id, GaiaMdpsTasksState? state, CustomResourceOptions? opts = null)
    public static GaiaMdpsTasks get(String name, Output<String> id, GaiaMdpsTasksState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:GaiaMdpsTasks    get:      id: ${id}
    import {
      to = checkpoint_gaiamdpstasks.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CpPortProtocols List<GaiaMdpsTasksCpPortProtocol>
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    Debug bool
    Enable debug logging for this resource.
    ExternalAddresses List<string>
    External address to communicate with via the Management plane external_address blocks are documented below.
    GaiaMdpsTasksId string
    MemberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    OsProcesses List<string>
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    OsServices List<string>
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.
    CpPortProtocols []GaiaMdpsTasksCpPortProtocolArgs
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    Debug bool
    Enable debug logging for this resource.
    ExternalAddresses []string
    External address to communicate with via the Management plane external_address blocks are documented below.
    GaiaMdpsTasksId string
    MemberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    OsProcesses []string
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    OsServices []string
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.
    cp_port_protocols list(object)
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    debug bool
    Enable debug logging for this resource.
    external_addresses list(string)
    External address to communicate with via the Management plane external_address blocks are documented below.
    gaia_mdps_tasks_id string
    member_id string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    os_processes list(string)
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    os_services list(string)
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.
    cpPortProtocols List<GaiaMdpsTasksCpPortProtocol>
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    debug Boolean
    Enable debug logging for this resource.
    externalAddresses List<String>
    External address to communicate with via the Management plane external_address blocks are documented below.
    gaiaMdpsTasksId String
    memberId String
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    osProcesses List<String>
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    osServices List<String>
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.
    cpPortProtocols GaiaMdpsTasksCpPortProtocol[]
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    debug boolean
    Enable debug logging for this resource.
    externalAddresses string[]
    External address to communicate with via the Management plane external_address blocks are documented below.
    gaiaMdpsTasksId string
    memberId string
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    osProcesses string[]
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    osServices string[]
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.
    cp_port_protocols Sequence[GaiaMdpsTasksCpPortProtocolArgs]
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    debug bool
    Enable debug logging for this resource.
    external_addresses Sequence[str]
    External address to communicate with via the Management plane external_address blocks are documented below.
    gaia_mdps_tasks_id str
    member_id str
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    os_processes Sequence[str]
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    os_services Sequence[str]
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.
    cpPortProtocols List<Property Map>
    Check Point Port and Protocol to use on the Management plane (see sk52421 for more information). cp_port_protocol blocks are documented below.
    debug Boolean
    Enable debug logging for this resource.
    externalAddresses List<String>
    External address to communicate with via the Management plane external_address blocks are documented below.
    gaiaMdpsTasksId String
    memberId String
    Relevant for commands on Scalable and ElasticXL platforms only. When member-id is provided in the login request, show commands during the session will be executed on the specified member, unless a different member-id is provided in a successive requests Set operations will be performed on all members
    osProcesses List<String>
    OS Process to run on Management Plane (see sk97638 for more information). os_process blocks are documented below.
    osServices List<String>
    OS Service to run on Management Plane, see 'chkconfig --list' (R82 and below) or 'systemctl list-units --type=service' (R82.10 and above) os_service blocks are documented below.

    Supporting Types

    GaiaMdpsTasksCpPortProtocol, GaiaMdpsTasksCpPortProtocolArgs

    Port double
    Port number
    Protocol string
    Protocol type
    Port float64
    Port number
    Protocol string
    Protocol type
    port number
    Port number
    protocol string
    Protocol type
    port Double
    Port number
    protocol String
    Protocol type
    port number
    Port number
    protocol string
    Protocol type
    port float
    Port number
    protocol str
    Protocol type
    port Number
    Port number
    protocol String
    Protocol type

    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.2.0
    published on Monday, Jun 15, 2026 by checkpointsw

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial