published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Create GaiaCommandGetFile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GaiaCommandGetFile(name: string, args: GaiaCommandGetFileArgs, opts?: CustomResourceOptions);@overload
def GaiaCommandGetFile(resource_name: str,
args: GaiaCommandGetFileArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GaiaCommandGetFile(resource_name: str,
opts: Optional[ResourceOptions] = None,
file_name: Optional[str] = None,
debug: Optional[bool] = None,
gaia_command_get_file_id: Optional[str] = None)func NewGaiaCommandGetFile(ctx *Context, name string, args GaiaCommandGetFileArgs, opts ...ResourceOption) (*GaiaCommandGetFile, error)public GaiaCommandGetFile(string name, GaiaCommandGetFileArgs args, CustomResourceOptions? opts = null)
public GaiaCommandGetFile(String name, GaiaCommandGetFileArgs args)
public GaiaCommandGetFile(String name, GaiaCommandGetFileArgs args, CustomResourceOptions options)
type: checkpoint:GaiaCommandGetFile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "checkpoint_gaiacommandgetfile" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args GaiaCommandGetFileArgs
- 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 GaiaCommandGetFileArgs
- 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 GaiaCommandGetFileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GaiaCommandGetFileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GaiaCommandGetFileArgs
- 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 gaiaCommandGetFileResource = new Checkpoint.GaiaCommandGetFile("gaiaCommandGetFileResource", new()
{
FileName = "string",
Debug = false,
GaiaCommandGetFileId = "string",
});
example, err := checkpoint.NewGaiaCommandGetFile(ctx, "gaiaCommandGetFileResource", &checkpoint.GaiaCommandGetFileArgs{
FileName: pulumi.String("string"),
Debug: pulumi.Bool(false),
GaiaCommandGetFileId: pulumi.String("string"),
})
resource "checkpoint_gaiacommandgetfile" "gaiaCommandGetFileResource" {
file_name = "string"
debug = false
gaia_command_get_file_id = "string"
}
var gaiaCommandGetFileResource = new GaiaCommandGetFile("gaiaCommandGetFileResource", GaiaCommandGetFileArgs.builder()
.fileName("string")
.debug(false)
.gaiaCommandGetFileId("string")
.build());
gaia_command_get_file_resource = checkpoint.GaiaCommandGetFile("gaiaCommandGetFileResource",
file_name="string",
debug=False,
gaia_command_get_file_id="string")
const gaiaCommandGetFileResource = new checkpoint.GaiaCommandGetFile("gaiaCommandGetFileResource", {
fileName: "string",
debug: false,
gaiaCommandGetFileId: "string",
});
type: checkpoint:GaiaCommandGetFile
properties:
debug: false
fileName: string
gaiaCommandGetFileId: string
GaiaCommandGetFile 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 GaiaCommandGetFile 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 stringGet File Id
- 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 stringGet File Id
- 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_ stringget_ file_ id
- 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 StringGet File Id
- 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 stringGet File Id
- 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_ strget_ file_ id
- 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 StringGet File Id
Outputs
All input properties are implicitly available as output properties. Additionally, the GaiaCommandGetFile resource produces the following output properties:
- Group
Ownership string - N/A
- Id string
- The provider-assigned unique ID for this managed resource.
- Permissions double
- N/A
- Text
Content string - N/A
- User
Ownership string - N/A
- Group
Ownership string - N/A
- Id string
- The provider-assigned unique ID for this managed resource.
- Permissions float64
- N/A
- Text
Content string - N/A
- User
Ownership string - N/A
- group_
ownership string - N/A
- id string
- The provider-assigned unique ID for this managed resource.
- permissions number
- N/A
- text_
content string - N/A
- user_
ownership string - N/A
- group
Ownership String - N/A
- id String
- The provider-assigned unique ID for this managed resource.
- permissions Double
- N/A
- text
Content String - N/A
- user
Ownership String - N/A
- group
Ownership string - N/A
- id string
- The provider-assigned unique ID for this managed resource.
- permissions number
- N/A
- text
Content string - N/A
- user
Ownership string - N/A
- group_
ownership str - N/A
- id str
- The provider-assigned unique ID for this managed resource.
- permissions float
- N/A
- text_
content str - N/A
- user_
ownership str - N/A
- group
Ownership String - N/A
- id String
- The provider-assigned unique ID for this managed resource.
- permissions Number
- N/A
- text
Content String - N/A
- user
Ownership String - N/A
Look up Existing GaiaCommandGetFile Resource
Get an existing GaiaCommandGetFile 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?: GaiaCommandGetFileState, opts?: CustomResourceOptions): GaiaCommandGetFile@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
file_name: Optional[str] = None,
gaia_command_get_file_id: Optional[str] = None,
group_ownership: Optional[str] = None,
permissions: Optional[float] = None,
text_content: Optional[str] = None,
user_ownership: Optional[str] = None) -> GaiaCommandGetFilefunc GetGaiaCommandGetFile(ctx *Context, name string, id IDInput, state *GaiaCommandGetFileState, opts ...ResourceOption) (*GaiaCommandGetFile, error)public static GaiaCommandGetFile Get(string name, Input<string> id, GaiaCommandGetFileState? state, CustomResourceOptions? opts = null)public static GaiaCommandGetFile get(String name, Output<String> id, GaiaCommandGetFileState state, CustomResourceOptions options)resources: _: type: checkpoint:GaiaCommandGetFile get: id: ${id}import {
to = checkpoint_gaiacommandgetfile.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 stringGet File Id - Group
Ownership string - N/A
- Permissions double
- N/A
- Text
Content string - N/A
- User
Ownership 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 stringGet File Id - Group
Ownership string - N/A
- Permissions float64
- N/A
- Text
Content string - N/A
- User
Ownership 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_ stringget_ file_ id - group_
ownership string - N/A
- permissions number
- N/A
- text_
content string - N/A
- user_
ownership string - 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 StringGet File Id - group
Ownership String - N/A
- permissions Double
- N/A
- text
Content String - N/A
- user
Ownership String - 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 stringGet File Id - group
Ownership string - N/A
- permissions number
- N/A
- text
Content string - N/A
- user
Ownership 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_ strget_ file_ id - group_
ownership str - N/A
- permissions float
- N/A
- text_
content str - N/A
- user_
ownership str - 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 StringGet File Id - group
Ownership String - N/A
- permissions Number
- N/A
- text
Content String - N/A
- user
Ownership String - 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