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

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

    Constructor syntax

    new GaiaCommandPutFile(name: string, args: GaiaCommandPutFileArgs, opts?: CustomResourceOptions);
    @overload
    def GaiaCommandPutFile(resource_name: str,
                           args: GaiaCommandPutFileArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def GaiaCommandPutFile(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           file_name: Optional[str] = None,
                           debug: Optional[bool] = None,
                           gaia_command_put_file_id: Optional[str] = None,
                           group_ownership: Optional[str] = None,
                           override: Optional[bool] = None,
                           permissions: Optional[float] = None,
                           text_content: Optional[str] = None,
                           user_ownership: Optional[str] = None)
    func NewGaiaCommandPutFile(ctx *Context, name string, args GaiaCommandPutFileArgs, opts ...ResourceOption) (*GaiaCommandPutFile, error)
    public GaiaCommandPutFile(string name, GaiaCommandPutFileArgs args, CustomResourceOptions? opts = null)
    public GaiaCommandPutFile(String name, GaiaCommandPutFileArgs args)
    public GaiaCommandPutFile(String name, GaiaCommandPutFileArgs args, CustomResourceOptions options)
    
    type: checkpoint:GaiaCommandPutFile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "checkpoint_gaiacommandputfile" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args GaiaCommandPutFileArgs
    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 GaiaCommandPutFileArgs
    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 GaiaCommandPutFileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GaiaCommandPutFileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GaiaCommandPutFileArgs
    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 gaiaCommandPutFileResource = new Checkpoint.GaiaCommandPutFile("gaiaCommandPutFileResource", new()
    {
        FileName = "string",
        Debug = false,
        GaiaCommandPutFileId = "string",
        GroupOwnership = "string",
        Override = false,
        Permissions = 0,
        TextContent = "string",
        UserOwnership = "string",
    });
    
    example, err := checkpoint.NewGaiaCommandPutFile(ctx, "gaiaCommandPutFileResource", &checkpoint.GaiaCommandPutFileArgs{
    	FileName:             pulumi.String("string"),
    	Debug:                pulumi.Bool(false),
    	GaiaCommandPutFileId: pulumi.String("string"),
    	GroupOwnership:       pulumi.String("string"),
    	Override:             pulumi.Bool(false),
    	Permissions:          pulumi.Float64(0),
    	TextContent:          pulumi.String("string"),
    	UserOwnership:        pulumi.String("string"),
    })
    
    resource "checkpoint_gaiacommandputfile" "gaiaCommandPutFileResource" {
      file_name                = "string"
      debug                    = false
      gaia_command_put_file_id = "string"
      group_ownership          = "string"
      override                 = false
      permissions              = 0
      text_content             = "string"
      user_ownership           = "string"
    }
    
    var gaiaCommandPutFileResource = new GaiaCommandPutFile("gaiaCommandPutFileResource", GaiaCommandPutFileArgs.builder()
        .fileName("string")
        .debug(false)
        .gaiaCommandPutFileId("string")
        .groupOwnership("string")
        .override(false)
        .permissions(0.0)
        .textContent("string")
        .userOwnership("string")
        .build());
    
    gaia_command_put_file_resource = checkpoint.GaiaCommandPutFile("gaiaCommandPutFileResource",
        file_name="string",
        debug=False,
        gaia_command_put_file_id="string",
        group_ownership="string",
        override=False,
        permissions=float(0),
        text_content="string",
        user_ownership="string")
    
    const gaiaCommandPutFileResource = new checkpoint.GaiaCommandPutFile("gaiaCommandPutFileResource", {
        fileName: "string",
        debug: false,
        gaiaCommandPutFileId: "string",
        groupOwnership: "string",
        override: false,
        permissions: 0,
        textContent: "string",
        userOwnership: "string",
    });
    
    type: checkpoint:GaiaCommandPutFile
    properties:
        debug: false
        fileName: string
        gaiaCommandPutFileId: string
        groupOwnership: string
        override: false
        permissions: 0
        textContent: string
        userOwnership: string
    

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

    FileName string
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandPutFileId string
    GroupOwnership string
    Group file owner
    Override bool
    overwrite file content
    Permissions double
    File permissions, provided in octal mode
    TextContent string
    File content as string, for new line use \n
    UserOwnership string
    User file owner
    FileName string
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    Debug bool
    Enable debugging for this resource only.
    GaiaCommandPutFileId string
    GroupOwnership string
    Group file owner
    Override bool
    overwrite file content
    Permissions float64
    File permissions, provided in octal mode
    TextContent string
    File content as string, for new line use \n
    UserOwnership string
    User file owner
    file_name string
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    debug bool
    Enable debugging for this resource only.
    gaia_command_put_file_id string
    group_ownership string
    Group file owner
    override bool
    overwrite file content
    permissions number
    File permissions, provided in octal mode
    text_content string
    File content as string, for new line use \n
    user_ownership string
    User file owner
    fileName String
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandPutFileId String
    groupOwnership String
    Group file owner
    override Boolean
    overwrite file content
    permissions Double
    File permissions, provided in octal mode
    textContent String
    File content as string, for new line use \n
    userOwnership String
    User file owner
    fileName string
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    debug boolean
    Enable debugging for this resource only.
    gaiaCommandPutFileId string
    groupOwnership string
    Group file owner
    override boolean
    overwrite file content
    permissions number
    File permissions, provided in octal mode
    textContent string
    File content as string, for new line use \n
    userOwnership string
    User file owner
    file_name str
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    debug bool
    Enable debugging for this resource only.
    gaia_command_put_file_id str
    group_ownership str
    Group file owner
    override bool
    overwrite file content
    permissions float
    File permissions, provided in octal mode
    text_content str
    File content as string, for new line use \n
    user_ownership str
    User file owner
    fileName String
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    debug Boolean
    Enable debugging for this resource only.
    gaiaCommandPutFileId String
    groupOwnership String
    Group file owner
    override Boolean
    overwrite file content
    permissions Number
    File permissions, provided in octal mode
    textContent String
    File content as string, for new line use \n
    userOwnership String
    User file owner

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    VirtualSystemId string
    N/A
    Id string
    The provider-assigned unique ID for this managed resource.
    VirtualSystemId string
    N/A
    id string
    The provider-assigned unique ID for this managed resource.
    virtual_system_id string
    N/A
    id String
    The provider-assigned unique ID for this managed resource.
    virtualSystemId String
    N/A
    id string
    The provider-assigned unique ID for this managed resource.
    virtualSystemId string
    N/A
    id str
    The provider-assigned unique ID for this managed resource.
    virtual_system_id str
    N/A
    id String
    The provider-assigned unique ID for this managed resource.
    virtualSystemId String
    N/A

    Look up Existing GaiaCommandPutFile Resource

    Get an existing GaiaCommandPutFile 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?: GaiaCommandPutFileState, opts?: CustomResourceOptions): GaiaCommandPutFile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            debug: Optional[bool] = None,
            file_name: Optional[str] = None,
            gaia_command_put_file_id: Optional[str] = None,
            group_ownership: Optional[str] = None,
            override: Optional[bool] = None,
            permissions: Optional[float] = None,
            text_content: Optional[str] = None,
            user_ownership: Optional[str] = None,
            virtual_system_id: Optional[str] = None) -> GaiaCommandPutFile
    func GetGaiaCommandPutFile(ctx *Context, name string, id IDInput, state *GaiaCommandPutFileState, opts ...ResourceOption) (*GaiaCommandPutFile, error)
    public static GaiaCommandPutFile Get(string name, Input<string> id, GaiaCommandPutFileState? state, CustomResourceOptions? opts = null)
    public static GaiaCommandPutFile get(String name, Output<String> id, GaiaCommandPutFileState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:GaiaCommandPutFile    get:      id: ${id}
    import {
      to = checkpoint_gaiacommandputfile.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.
    FileName string
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    GaiaCommandPutFileId string
    GroupOwnership string
    Group file owner
    Override bool
    overwrite file content
    Permissions double
    File permissions, provided in octal mode
    TextContent string
    File content as string, for new line use \n
    UserOwnership string
    User file owner
    VirtualSystemId string
    N/A
    Debug bool
    Enable debugging for this resource only.
    FileName string
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    GaiaCommandPutFileId string
    GroupOwnership string
    Group file owner
    Override bool
    overwrite file content
    Permissions float64
    File permissions, provided in octal mode
    TextContent string
    File content as string, for new line use \n
    UserOwnership string
    User file owner
    VirtualSystemId string
    N/A
    debug bool
    Enable debugging for this resource only.
    file_name string
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    gaia_command_put_file_id string
    group_ownership string
    Group file owner
    override bool
    overwrite file content
    permissions number
    File permissions, provided in octal mode
    text_content string
    File content as string, for new line use \n
    user_ownership string
    User file owner
    virtual_system_id string
    N/A
    debug Boolean
    Enable debugging for this resource only.
    fileName String
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    gaiaCommandPutFileId String
    groupOwnership String
    Group file owner
    override Boolean
    overwrite file content
    permissions Double
    File permissions, provided in octal mode
    textContent String
    File content as string, for new line use \n
    userOwnership String
    User file owner
    virtualSystemId String
    N/A
    debug boolean
    Enable debugging for this resource only.
    fileName string
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    gaiaCommandPutFileId string
    groupOwnership string
    Group file owner
    override boolean
    overwrite file content
    permissions number
    File permissions, provided in octal mode
    textContent string
    File content as string, for new line use \n
    userOwnership string
    User file owner
    virtualSystemId string
    N/A
    debug bool
    Enable debugging for this resource only.
    file_name str
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    gaia_command_put_file_id str
    group_ownership str
    Group file owner
    override bool
    overwrite file content
    permissions float
    File permissions, provided in octal mode
    text_content str
    File content as string, for new line use \n
    user_ownership str
    User file owner
    virtual_system_id str
    N/A
    debug Boolean
    Enable debugging for this resource only.
    fileName String
    Filename include the desired path. The file will be created in the user home directory if the full path wasn't provided
    gaiaCommandPutFileId String
    groupOwnership String
    Group file owner
    override Boolean
    overwrite file content
    permissions Number
    File permissions, provided in octal mode
    textContent String
    File content as string, for new line use \n
    userOwnership String
    User file owner
    virtualSystemId 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