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

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as checkpoint from "@pulumi/checkpoint";
    
    const example = new checkpoint.GaiaKeyboardLayout("example", {keyboardLayout: "us"});
    
    import pulumi
    import pulumi_checkpoint as checkpoint
    
    example = checkpoint.GaiaKeyboardLayout("example", keyboard_layout="us")
    
    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.NewGaiaKeyboardLayout(ctx, "example", &checkpoint.GaiaKeyboardLayoutArgs{
    			KeyboardLayout: pulumi.String("us"),
    		})
    		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.GaiaKeyboardLayout("example", new()
        {
            KeyboardLayout = "us",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.GaiaKeyboardLayout;
    import com.pulumi.checkpoint.GaiaKeyboardLayoutArgs;
    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 GaiaKeyboardLayout("example", GaiaKeyboardLayoutArgs.builder()
                .keyboardLayout("us")
                .build());
    
        }
    }
    
    resources:
      example:
        type: checkpoint:GaiaKeyboardLayout
        properties:
          keyboardLayout: us
    
    Example coming soon!
    

    Create GaiaKeyboardLayout Resource

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

    Constructor syntax

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

    Parameters

    name string
    The unique name of the resource.
    args GaiaKeyboardLayoutArgs
    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 GaiaKeyboardLayoutArgs
    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 GaiaKeyboardLayoutArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GaiaKeyboardLayoutArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GaiaKeyboardLayoutArgs
    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 gaiaKeyboardLayoutResource = new Checkpoint.GaiaKeyboardLayout("gaiaKeyboardLayoutResource", new()
    {
        KeyboardLayout = "string",
        Debug = false,
        GaiaKeyboardLayoutId = "string",
        MemberId = "string",
    });
    
    example, err := checkpoint.NewGaiaKeyboardLayout(ctx, "gaiaKeyboardLayoutResource", &checkpoint.GaiaKeyboardLayoutArgs{
    	KeyboardLayout:       pulumi.String("string"),
    	Debug:                pulumi.Bool(false),
    	GaiaKeyboardLayoutId: pulumi.String("string"),
    	MemberId:             pulumi.String("string"),
    })
    
    resource "checkpoint_gaiakeyboardlayout" "gaiaKeyboardLayoutResource" {
      keyboard_layout         = "string"
      debug                   = false
      gaia_keyboard_layout_id = "string"
      member_id               = "string"
    }
    
    var gaiaKeyboardLayoutResource = new GaiaKeyboardLayout("gaiaKeyboardLayoutResource", GaiaKeyboardLayoutArgs.builder()
        .keyboardLayout("string")
        .debug(false)
        .gaiaKeyboardLayoutId("string")
        .memberId("string")
        .build());
    
    gaia_keyboard_layout_resource = checkpoint.GaiaKeyboardLayout("gaiaKeyboardLayoutResource",
        keyboard_layout="string",
        debug=False,
        gaia_keyboard_layout_id="string",
        member_id="string")
    
    const gaiaKeyboardLayoutResource = new checkpoint.GaiaKeyboardLayout("gaiaKeyboardLayoutResource", {
        keyboardLayout: "string",
        debug: false,
        gaiaKeyboardLayoutId: "string",
        memberId: "string",
    });
    
    type: checkpoint:GaiaKeyboardLayout
    properties:
        debug: false
        gaiaKeyboardLayoutId: string
        keyboardLayout: string
        memberId: string
    

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

    KeyboardLayout string
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    Debug bool
    Enable debug logging for this resource.
    GaiaKeyboardLayoutId 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
    KeyboardLayout string
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    Debug bool
    Enable debug logging for this resource.
    GaiaKeyboardLayoutId 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
    keyboard_layout string
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    debug bool
    Enable debug logging for this resource.
    gaia_keyboard_layout_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
    keyboardLayout String
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    debug Boolean
    Enable debug logging for this resource.
    gaiaKeyboardLayoutId 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
    keyboardLayout string
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    debug boolean
    Enable debug logging for this resource.
    gaiaKeyboardLayoutId 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
    keyboard_layout str
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    debug bool
    Enable debug logging for this resource.
    gaia_keyboard_layout_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
    keyboardLayout String
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    debug Boolean
    Enable debug logging for this resource.
    gaiaKeyboardLayoutId 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

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GaiaKeyboardLayout 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 GaiaKeyboardLayout Resource

    Get an existing GaiaKeyboardLayout 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?: GaiaKeyboardLayoutState, opts?: CustomResourceOptions): GaiaKeyboardLayout
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            debug: Optional[bool] = None,
            gaia_keyboard_layout_id: Optional[str] = None,
            keyboard_layout: Optional[str] = None,
            member_id: Optional[str] = None) -> GaiaKeyboardLayout
    func GetGaiaKeyboardLayout(ctx *Context, name string, id IDInput, state *GaiaKeyboardLayoutState, opts ...ResourceOption) (*GaiaKeyboardLayout, error)
    public static GaiaKeyboardLayout Get(string name, Input<string> id, GaiaKeyboardLayoutState? state, CustomResourceOptions? opts = null)
    public static GaiaKeyboardLayout get(String name, Output<String> id, GaiaKeyboardLayoutState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:GaiaKeyboardLayout    get:      id: ${id}
    import {
      to = checkpoint_gaiakeyboardlayout.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 debug logging for this resource.
    GaiaKeyboardLayoutId string
    KeyboardLayout string
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    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
    Debug bool
    Enable debug logging for this resource.
    GaiaKeyboardLayoutId string
    KeyboardLayout string
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    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
    debug bool
    Enable debug logging for this resource.
    gaia_keyboard_layout_id string
    keyboard_layout string
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    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
    debug Boolean
    Enable debug logging for this resource.
    gaiaKeyboardLayoutId String
    keyboardLayout String
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    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
    debug boolean
    Enable debug logging for this resource.
    gaiaKeyboardLayoutId string
    keyboardLayout string
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    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
    debug bool
    Enable debug logging for this resource.
    gaia_keyboard_layout_id str
    keyboard_layout str
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    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
    debug Boolean
    Enable debug logging for this resource.
    gaiaKeyboardLayoutId String
    keyboardLayout String
    Available languages: be-latin1 - Belgian, bg - Bulgarian, br-abnt2 - Brazilian, cf - Central African Republic, cz-lat2 - Czechoslovakian, de - German, dvorak - Dvorák, dk - Danish, et - Estonian, fi - Finnish, fr - French, fr_CH - Swiss French, sg - Swiss German, hu - Hungarian, is-latin1 - Icelandic, it - Italian, jp106 - Japanese, no - Norwegian, pl - Polish, pt-latin1 - Portuguese, ru - Russian, es - Spanish, se-latin1 - Swedish, trq - Turkish, uk - Great Britain, us - US
    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

    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