published on Monday, Jun 15, 2026 by checkpointsw
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:
- 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 stringPut File Id - Group
Ownership string - Group file owner
- Override bool
- overwrite file content
- Permissions double
- File permissions, provided in octal mode
- Text
Content string - File content as string, for new line use \n
- User
Ownership 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 stringPut File Id - Group
Ownership string - Group file owner
- Override bool
- overwrite file content
- Permissions float64
- File permissions, provided in octal mode
- Text
Content string - File content as string, for new line use \n
- User
Ownership 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_ stringput_ file_ id - 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
- 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 Boolean
- Enable debugging for this resource only.
- gaia
Command StringPut File Id - group
Ownership String - Group file owner
- override Boolean
- overwrite file content
- permissions Double
- File permissions, provided in octal mode
- text
Content String - File content as string, for new line use \n
- user
Ownership 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 boolean
- Enable debugging for this resource only.
- gaia
Command stringPut File Id - group
Ownership string - Group file owner
- override boolean
- 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
- 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_ strput_ file_ id - 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
- 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 Boolean
- Enable debugging for this resource only.
- gaia
Command StringPut File Id - group
Ownership String - Group file owner
- override Boolean
- 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
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.
- Virtual
System stringId - N/A
- Id string
- The provider-assigned unique ID for this managed resource.
- Virtual
System stringId - N/A
- id string
- The provider-assigned unique ID for this managed resource.
- virtual_
system_ stringid - N/A
- id String
- The provider-assigned unique ID for this managed resource.
- virtual
System StringId - N/A
- id string
- The provider-assigned unique ID for this managed resource.
- virtual
System stringId - N/A
- id str
- The provider-assigned unique ID for this managed resource.
- virtual_
system_ strid - N/A
- id String
- The provider-assigned unique ID for this managed resource.
- virtual
System StringId - 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) -> GaiaCommandPutFilefunc 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.
- 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 stringPut File Id - Group
Ownership string - Group file owner
- Override bool
- overwrite file content
- Permissions double
- 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 stringId - 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 stringPut File Id - Group
Ownership string - Group file owner
- Override bool
- overwrite file content
- Permissions float64
- 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 stringId - 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_ stringput_ file_ id - 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_ stringid - N/A
- debug Boolean
- 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 StringPut File Id - group
Ownership String - Group file owner
- override Boolean
- overwrite file content
- permissions Double
- 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 StringId - N/A
- debug boolean
- 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 stringPut File Id - group
Ownership string - Group file owner
- override boolean
- 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 stringId - 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_ strput_ file_ id - 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_ strid - N/A
- debug Boolean
- 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 StringPut File Id - group
Ownership String - Group file owner
- override Boolean
- 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 StringId - N/A
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