1. Packages
  2. Packages
  3. Checkpoint Provider
  4. API Docs
  5. GaiaCommandKeepalive
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

    Create GaiaCommandKeepalive Resource

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

    Constructor syntax

    new GaiaCommandKeepalive(name: string, args?: GaiaCommandKeepaliveArgs, opts?: CustomResourceOptions);
    @overload
    def GaiaCommandKeepalive(resource_name: str,
                             args: Optional[GaiaCommandKeepaliveArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def GaiaCommandKeepalive(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             debug: Optional[bool] = None,
                             gaia_command_keepalive_id: Optional[str] = None)
    func NewGaiaCommandKeepalive(ctx *Context, name string, args *GaiaCommandKeepaliveArgs, opts ...ResourceOption) (*GaiaCommandKeepalive, error)
    public GaiaCommandKeepalive(string name, GaiaCommandKeepaliveArgs? args = null, CustomResourceOptions? opts = null)
    public GaiaCommandKeepalive(String name, GaiaCommandKeepaliveArgs args)
    public GaiaCommandKeepalive(String name, GaiaCommandKeepaliveArgs args, CustomResourceOptions options)
    
    type: checkpoint:GaiaCommandKeepalive
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "checkpoint_gaiacommandkeepalive" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args GaiaCommandKeepaliveArgs
    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 GaiaCommandKeepaliveArgs
    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 GaiaCommandKeepaliveArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GaiaCommandKeepaliveArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GaiaCommandKeepaliveArgs
    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 gaiaCommandKeepaliveResource = new Checkpoint.GaiaCommandKeepalive("gaiaCommandKeepaliveResource", new()
    {
        Debug = false,
        GaiaCommandKeepaliveId = "string",
    });
    
    example, err := checkpoint.NewGaiaCommandKeepalive(ctx, "gaiaCommandKeepaliveResource", &checkpoint.GaiaCommandKeepaliveArgs{
    	Debug:                  pulumi.Bool(false),
    	GaiaCommandKeepaliveId: pulumi.String("string"),
    })
    
    resource "checkpoint_gaiacommandkeepalive" "gaiaCommandKeepaliveResource" {
      debug                     = false
      gaia_command_keepalive_id = "string"
    }
    
    var gaiaCommandKeepaliveResource = new GaiaCommandKeepalive("gaiaCommandKeepaliveResource", GaiaCommandKeepaliveArgs.builder()
        .debug(false)
        .gaiaCommandKeepaliveId("string")
        .build());
    
    gaia_command_keepalive_resource = checkpoint.GaiaCommandKeepalive("gaiaCommandKeepaliveResource",
        debug=False,
        gaia_command_keepalive_id="string")
    
    const gaiaCommandKeepaliveResource = new checkpoint.GaiaCommandKeepalive("gaiaCommandKeepaliveResource", {
        debug: false,
        gaiaCommandKeepaliveId: "string",
    });
    
    type: checkpoint:GaiaCommandKeepalive
    properties:
        debug: false
        gaiaCommandKeepaliveId: string
    

    GaiaCommandKeepalive 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 GaiaCommandKeepalive resource accepts the following input properties:

    Debug bool
    Enable debugging for this resource only.
    GaiaCommandKeepaliveId string
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandKeepaliveId string
    debug bool
    Enable debugging for this resource only.
    gaia_command_keepalive_id string
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandKeepaliveId String
    debug boolean
    Enable debugging for this resource only.
    gaiaCommandKeepaliveId string
    debug bool
    Enable debugging for this resource only.
    gaia_command_keepalive_id str
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandKeepaliveId String

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Message string
    N/A
    Id string
    The provider-assigned unique ID for this managed resource.
    Message string
    N/A
    id string
    The provider-assigned unique ID for this managed resource.
    message string
    N/A
    id String
    The provider-assigned unique ID for this managed resource.
    message String
    N/A
    id string
    The provider-assigned unique ID for this managed resource.
    message string
    N/A
    id str
    The provider-assigned unique ID for this managed resource.
    message str
    N/A
    id String
    The provider-assigned unique ID for this managed resource.
    message String
    N/A

    Look up Existing GaiaCommandKeepalive Resource

    Get an existing GaiaCommandKeepalive 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?: GaiaCommandKeepaliveState, opts?: CustomResourceOptions): GaiaCommandKeepalive
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            debug: Optional[bool] = None,
            gaia_command_keepalive_id: Optional[str] = None,
            message: Optional[str] = None) -> GaiaCommandKeepalive
    func GetGaiaCommandKeepalive(ctx *Context, name string, id IDInput, state *GaiaCommandKeepaliveState, opts ...ResourceOption) (*GaiaCommandKeepalive, error)
    public static GaiaCommandKeepalive Get(string name, Input<string> id, GaiaCommandKeepaliveState? state, CustomResourceOptions? opts = null)
    public static GaiaCommandKeepalive get(String name, Output<String> id, GaiaCommandKeepaliveState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:GaiaCommandKeepalive    get:      id: ${id}
    import {
      to = checkpoint_gaiacommandkeepalive.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:
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandKeepaliveId string
    Message string
    N/A
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandKeepaliveId string
    Message string
    N/A
    debug bool
    Enable debugging for this resource only.
    gaia_command_keepalive_id string
    message string
    N/A
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandKeepaliveId String
    message String
    N/A
    debug boolean
    Enable debugging for this resource only.
    gaiaCommandKeepaliveId string
    message string
    N/A
    debug bool
    Enable debugging for this resource only.
    gaia_command_keepalive_id str
    message str
    N/A
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandKeepaliveId String
    message String
    N/A

    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