published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Create GaiaCommandLogout Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GaiaCommandLogout(name: string, args?: GaiaCommandLogoutArgs, opts?: CustomResourceOptions);@overload
def GaiaCommandLogout(resource_name: str,
args: Optional[GaiaCommandLogoutArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GaiaCommandLogout(resource_name: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_command_logout_id: Optional[str] = None)func NewGaiaCommandLogout(ctx *Context, name string, args *GaiaCommandLogoutArgs, opts ...ResourceOption) (*GaiaCommandLogout, error)public GaiaCommandLogout(string name, GaiaCommandLogoutArgs? args = null, CustomResourceOptions? opts = null)
public GaiaCommandLogout(String name, GaiaCommandLogoutArgs args)
public GaiaCommandLogout(String name, GaiaCommandLogoutArgs args, CustomResourceOptions options)
type: checkpoint:GaiaCommandLogout
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "checkpoint_gaiacommandlogout" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args GaiaCommandLogoutArgs
- 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 GaiaCommandLogoutArgs
- 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 GaiaCommandLogoutArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GaiaCommandLogoutArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GaiaCommandLogoutArgs
- 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 gaiaCommandLogoutResource = new Checkpoint.GaiaCommandLogout("gaiaCommandLogoutResource", new()
{
Debug = false,
GaiaCommandLogoutId = "string",
});
example, err := checkpoint.NewGaiaCommandLogout(ctx, "gaiaCommandLogoutResource", &checkpoint.GaiaCommandLogoutArgs{
Debug: pulumi.Bool(false),
GaiaCommandLogoutId: pulumi.String("string"),
})
resource "checkpoint_gaiacommandlogout" "gaiaCommandLogoutResource" {
debug = false
gaia_command_logout_id = "string"
}
var gaiaCommandLogoutResource = new GaiaCommandLogout("gaiaCommandLogoutResource", GaiaCommandLogoutArgs.builder()
.debug(false)
.gaiaCommandLogoutId("string")
.build());
gaia_command_logout_resource = checkpoint.GaiaCommandLogout("gaiaCommandLogoutResource",
debug=False,
gaia_command_logout_id="string")
const gaiaCommandLogoutResource = new checkpoint.GaiaCommandLogout("gaiaCommandLogoutResource", {
debug: false,
gaiaCommandLogoutId: "string",
});
type: checkpoint:GaiaCommandLogout
properties:
debug: false
gaiaCommandLogoutId: string
GaiaCommandLogout 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 GaiaCommandLogout resource accepts the following input properties:
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringLogout Id
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringLogout Id
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ stringlogout_ id
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringLogout Id
- debug boolean
- Enable debugging for this resource only.
- gaia
Command stringLogout Id
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ strlogout_ id
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringLogout Id
Outputs
All input properties are implicitly available as output properties. Additionally, the GaiaCommandLogout resource produces the following output properties:
Look up Existing GaiaCommandLogout Resource
Get an existing GaiaCommandLogout 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?: GaiaCommandLogoutState, opts?: CustomResourceOptions): GaiaCommandLogout@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_command_logout_id: Optional[str] = None,
message: Optional[str] = None) -> GaiaCommandLogoutfunc GetGaiaCommandLogout(ctx *Context, name string, id IDInput, state *GaiaCommandLogoutState, opts ...ResourceOption) (*GaiaCommandLogout, error)public static GaiaCommandLogout Get(string name, Input<string> id, GaiaCommandLogoutState? state, CustomResourceOptions? opts = null)public static GaiaCommandLogout get(String name, Output<String> id, GaiaCommandLogoutState state, CustomResourceOptions options)resources: _: type: checkpoint:GaiaCommandLogout get: id: ${id}import {
to = checkpoint_gaiacommandlogout.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.
- Gaia
Command stringLogout Id - Message string
- N/A
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringLogout Id - Message string
- N/A
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ stringlogout_ id - message string
- N/A
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringLogout Id - message String
- N/A
- debug boolean
- Enable debugging for this resource only.
- gaia
Command stringLogout Id - message string
- N/A
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ strlogout_ id - message str
- N/A
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringLogout Id - message 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