published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
This resource allows you to execute Check Point System Group.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const example = new checkpoint.GaiaSystemGroup("example", {
name: "financeGroup",
gid: 2000,
});
import pulumi
import pulumi_checkpoint as checkpoint
example = checkpoint.GaiaSystemGroup("example",
name="financeGroup",
gid=2000)
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.NewGaiaSystemGroup(ctx, "example", &checkpoint.GaiaSystemGroupArgs{
Name: pulumi.String("financeGroup"),
Gid: pulumi.Float64(2000),
})
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.GaiaSystemGroup("example", new()
{
Name = "financeGroup",
Gid = 2000,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.GaiaSystemGroup;
import com.pulumi.checkpoint.GaiaSystemGroupArgs;
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 GaiaSystemGroup("example", GaiaSystemGroupArgs.builder()
.name("financeGroup")
.gid(2000.0)
.build());
}
}
resources:
example:
type: checkpoint:GaiaSystemGroup
properties:
name: financeGroup
gid: 2000
Example coming soon!
Create GaiaSystemGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GaiaSystemGroup(name: string, args: GaiaSystemGroupArgs, opts?: CustomResourceOptions);@overload
def GaiaSystemGroup(resource_name: str,
args: GaiaSystemGroupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GaiaSystemGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
gid: Optional[float] = None,
debug: Optional[bool] = None,
gaia_system_group_id: Optional[str] = None,
member_id: Optional[str] = None,
name: Optional[str] = None,
users: Optional[Sequence[str]] = None)func NewGaiaSystemGroup(ctx *Context, name string, args GaiaSystemGroupArgs, opts ...ResourceOption) (*GaiaSystemGroup, error)public GaiaSystemGroup(string name, GaiaSystemGroupArgs args, CustomResourceOptions? opts = null)
public GaiaSystemGroup(String name, GaiaSystemGroupArgs args)
public GaiaSystemGroup(String name, GaiaSystemGroupArgs args, CustomResourceOptions options)
type: checkpoint:GaiaSystemGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "checkpoint_gaiasystemgroup" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args GaiaSystemGroupArgs
- 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 GaiaSystemGroupArgs
- 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 GaiaSystemGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GaiaSystemGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GaiaSystemGroupArgs
- 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 gaiaSystemGroupResource = new Checkpoint.GaiaSystemGroup("gaiaSystemGroupResource", new()
{
Gid = 0,
Debug = false,
GaiaSystemGroupId = "string",
MemberId = "string",
Name = "string",
Users = new[]
{
"string",
},
});
example, err := checkpoint.NewGaiaSystemGroup(ctx, "gaiaSystemGroupResource", &checkpoint.GaiaSystemGroupArgs{
Gid: pulumi.Float64(0),
Debug: pulumi.Bool(false),
GaiaSystemGroupId: pulumi.String("string"),
MemberId: pulumi.String("string"),
Name: pulumi.String("string"),
Users: pulumi.StringArray{
pulumi.String("string"),
},
})
resource "checkpoint_gaiasystemgroup" "gaiaSystemGroupResource" {
gid = 0
debug = false
gaia_system_group_id = "string"
member_id = "string"
name = "string"
users = ["string"]
}
var gaiaSystemGroupResource = new GaiaSystemGroup("gaiaSystemGroupResource", GaiaSystemGroupArgs.builder()
.gid(0.0)
.debug(false)
.gaiaSystemGroupId("string")
.memberId("string")
.name("string")
.users("string")
.build());
gaia_system_group_resource = checkpoint.GaiaSystemGroup("gaiaSystemGroupResource",
gid=float(0),
debug=False,
gaia_system_group_id="string",
member_id="string",
name="string",
users=["string"])
const gaiaSystemGroupResource = new checkpoint.GaiaSystemGroup("gaiaSystemGroupResource", {
gid: 0,
debug: false,
gaiaSystemGroupId: "string",
memberId: "string",
name: "string",
users: ["string"],
});
type: checkpoint:GaiaSystemGroup
properties:
debug: false
gaiaSystemGroupId: string
gid: 0
memberId: string
name: string
users:
- string
GaiaSystemGroup 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 GaiaSystemGroup resource accepts the following input properties:
- Gid double
- Numeric ID which is used in identifying a group; it must be unique
- Debug bool
- Enable debug logging for this resource.
- Gaia
System stringGroup Id - 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
- Name string
- N/A
- Users List<string>
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
- Gid float64
- Numeric ID which is used in identifying a group; it must be unique
- Debug bool
- Enable debug logging for this resource.
- Gaia
System stringGroup Id - 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
- Name string
- N/A
- Users []string
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
- gid number
- Numeric ID which is used in identifying a group; it must be unique
- debug bool
- Enable debug logging for this resource.
- gaia_
system_ stringgroup_ id - 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
- name string
- N/A
- users list(string)
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
- gid Double
- Numeric ID which is used in identifying a group; it must be unique
- debug Boolean
- Enable debug logging for this resource.
- gaia
System StringGroup Id - 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
- name String
- N/A
- users List<String>
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
- gid number
- Numeric ID which is used in identifying a group; it must be unique
- debug boolean
- Enable debug logging for this resource.
- gaia
System stringGroup Id - 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
- name string
- N/A
- users string[]
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
- gid float
- Numeric ID which is used in identifying a group; it must be unique
- debug bool
- Enable debug logging for this resource.
- gaia_
system_ strgroup_ id - 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
- name str
- N/A
- users Sequence[str]
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
- gid Number
- Numeric ID which is used in identifying a group; it must be unique
- debug Boolean
- Enable debug logging for this resource.
- gaia
System StringGroup Id - 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
- name String
- N/A
- users List<String>
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
Outputs
All input properties are implicitly available as output properties. Additionally, the GaiaSystemGroup 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 GaiaSystemGroup Resource
Get an existing GaiaSystemGroup 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?: GaiaSystemGroupState, opts?: CustomResourceOptions): GaiaSystemGroup@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_system_group_id: Optional[str] = None,
gid: Optional[float] = None,
member_id: Optional[str] = None,
name: Optional[str] = None,
users: Optional[Sequence[str]] = None) -> GaiaSystemGroupfunc GetGaiaSystemGroup(ctx *Context, name string, id IDInput, state *GaiaSystemGroupState, opts ...ResourceOption) (*GaiaSystemGroup, error)public static GaiaSystemGroup Get(string name, Input<string> id, GaiaSystemGroupState? state, CustomResourceOptions? opts = null)public static GaiaSystemGroup get(String name, Output<String> id, GaiaSystemGroupState state, CustomResourceOptions options)resources: _: type: checkpoint:GaiaSystemGroup get: id: ${id}import {
to = checkpoint_gaiasystemgroup.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.
- Debug bool
- Enable debug logging for this resource.
- Gaia
System stringGroup Id - Gid double
- Numeric ID which is used in identifying a group; it must be unique
- 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
- Name string
- N/A
- Users List<string>
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
- Debug bool
- Enable debug logging for this resource.
- Gaia
System stringGroup Id - Gid float64
- Numeric ID which is used in identifying a group; it must be unique
- 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
- Name string
- N/A
- Users []string
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
- debug bool
- Enable debug logging for this resource.
- gaia_
system_ stringgroup_ id - gid number
- Numeric ID which is used in identifying a group; it must be unique
- 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
- name string
- N/A
- users list(string)
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
- debug Boolean
- Enable debug logging for this resource.
- gaia
System StringGroup Id - gid Double
- Numeric ID which is used in identifying a group; it must be unique
- 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
- name String
- N/A
- users List<String>
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
- debug boolean
- Enable debug logging for this resource.
- gaia
System stringGroup Id - gid number
- Numeric ID which is used in identifying a group; it must be unique
- 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
- name string
- N/A
- users string[]
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
- debug bool
- Enable debug logging for this resource.
- gaia_
system_ strgroup_ id - gid float
- Numeric ID which is used in identifying a group; it must be unique
- 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
- name str
- N/A
- users Sequence[str]
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
- debug Boolean
- Enable debug logging for this resource.
- gaia
System StringGroup Id - gid Number
- Numeric ID which is used in identifying a group; it must be unique
- 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
- name String
- N/A
- users List<String>
- New users to be added to a group. Users, as well as the group, must exist. users blocks are documented below.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
published on Monday, Jun 15, 2026 by checkpointsw