published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Create GaiaCommandDiscardMaestroSecurityGroupsChanges Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GaiaCommandDiscardMaestroSecurityGroupsChanges(name: string, args?: GaiaCommandDiscardMaestroSecurityGroupsChangesArgs, opts?: CustomResourceOptions);@overload
def GaiaCommandDiscardMaestroSecurityGroupsChanges(resource_name: str,
args: Optional[GaiaCommandDiscardMaestroSecurityGroupsChangesArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GaiaCommandDiscardMaestroSecurityGroupsChanges(resource_name: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_command_discard_maestro_security_groups_changes_id: Optional[str] = None)func NewGaiaCommandDiscardMaestroSecurityGroupsChanges(ctx *Context, name string, args *GaiaCommandDiscardMaestroSecurityGroupsChangesArgs, opts ...ResourceOption) (*GaiaCommandDiscardMaestroSecurityGroupsChanges, error)public GaiaCommandDiscardMaestroSecurityGroupsChanges(string name, GaiaCommandDiscardMaestroSecurityGroupsChangesArgs? args = null, CustomResourceOptions? opts = null)
public GaiaCommandDiscardMaestroSecurityGroupsChanges(String name, GaiaCommandDiscardMaestroSecurityGroupsChangesArgs args)
public GaiaCommandDiscardMaestroSecurityGroupsChanges(String name, GaiaCommandDiscardMaestroSecurityGroupsChangesArgs args, CustomResourceOptions options)
type: checkpoint:GaiaCommandDiscardMaestroSecurityGroupsChanges
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "checkpoint_gaiacommanddiscardmaestrosecuritygroupschanges" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args GaiaCommandDiscardMaestroSecurityGroupsChangesArgs
- 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 GaiaCommandDiscardMaestroSecurityGroupsChangesArgs
- 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 GaiaCommandDiscardMaestroSecurityGroupsChangesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GaiaCommandDiscardMaestroSecurityGroupsChangesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GaiaCommandDiscardMaestroSecurityGroupsChangesArgs
- 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 gaiaCommandDiscardMaestroSecurityGroupsChangesResource = new Checkpoint.GaiaCommandDiscardMaestroSecurityGroupsChanges("gaiaCommandDiscardMaestroSecurityGroupsChangesResource", new()
{
Debug = false,
GaiaCommandDiscardMaestroSecurityGroupsChangesId = "string",
});
example, err := checkpoint.NewGaiaCommandDiscardMaestroSecurityGroupsChanges(ctx, "gaiaCommandDiscardMaestroSecurityGroupsChangesResource", &checkpoint.GaiaCommandDiscardMaestroSecurityGroupsChangesArgs{
Debug: pulumi.Bool(false),
GaiaCommandDiscardMaestroSecurityGroupsChangesId: pulumi.String("string"),
})
resource "checkpoint_gaiacommanddiscardmaestrosecuritygroupschanges" "gaiaCommandDiscardMaestroSecurityGroupsChangesResource" {
debug = false
gaia_command_discard_maestro_security_groups_changes_id = "string"
}
var gaiaCommandDiscardMaestroSecurityGroupsChangesResource = new GaiaCommandDiscardMaestroSecurityGroupsChanges("gaiaCommandDiscardMaestroSecurityGroupsChangesResource", GaiaCommandDiscardMaestroSecurityGroupsChangesArgs.builder()
.debug(false)
.gaiaCommandDiscardMaestroSecurityGroupsChangesId("string")
.build());
gaia_command_discard_maestro_security_groups_changes_resource = checkpoint.GaiaCommandDiscardMaestroSecurityGroupsChanges("gaiaCommandDiscardMaestroSecurityGroupsChangesResource",
debug=False,
gaia_command_discard_maestro_security_groups_changes_id="string")
const gaiaCommandDiscardMaestroSecurityGroupsChangesResource = new checkpoint.GaiaCommandDiscardMaestroSecurityGroupsChanges("gaiaCommandDiscardMaestroSecurityGroupsChangesResource", {
debug: false,
gaiaCommandDiscardMaestroSecurityGroupsChangesId: "string",
});
type: checkpoint:GaiaCommandDiscardMaestroSecurityGroupsChanges
properties:
debug: false
gaiaCommandDiscardMaestroSecurityGroupsChangesId: string
GaiaCommandDiscardMaestroSecurityGroupsChanges 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 GaiaCommandDiscardMaestroSecurityGroupsChanges resource accepts the following input properties:
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringDiscard Maestro Security Groups Changes Id
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringDiscard Maestro Security Groups Changes Id
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ stringdiscard_ maestro_ security_ groups_ changes_ id
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringDiscard Maestro Security Groups Changes Id
- debug boolean
- Enable debugging for this resource only.
- gaia
Command stringDiscard Maestro Security Groups Changes Id
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ strdiscard_ maestro_ security_ groups_ changes_ id
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringDiscard Maestro Security Groups Changes Id
Outputs
All input properties are implicitly available as output properties. Additionally, the GaiaCommandDiscardMaestroSecurityGroupsChanges 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 GaiaCommandDiscardMaestroSecurityGroupsChanges Resource
Get an existing GaiaCommandDiscardMaestroSecurityGroupsChanges 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?: GaiaCommandDiscardMaestroSecurityGroupsChangesState, opts?: CustomResourceOptions): GaiaCommandDiscardMaestroSecurityGroupsChanges@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_command_discard_maestro_security_groups_changes_id: Optional[str] = None,
virtual_system_id: Optional[str] = None) -> GaiaCommandDiscardMaestroSecurityGroupsChangesfunc GetGaiaCommandDiscardMaestroSecurityGroupsChanges(ctx *Context, name string, id IDInput, state *GaiaCommandDiscardMaestroSecurityGroupsChangesState, opts ...ResourceOption) (*GaiaCommandDiscardMaestroSecurityGroupsChanges, error)public static GaiaCommandDiscardMaestroSecurityGroupsChanges Get(string name, Input<string> id, GaiaCommandDiscardMaestroSecurityGroupsChangesState? state, CustomResourceOptions? opts = null)public static GaiaCommandDiscardMaestroSecurityGroupsChanges get(String name, Output<String> id, GaiaCommandDiscardMaestroSecurityGroupsChangesState state, CustomResourceOptions options)resources: _: type: checkpoint:GaiaCommandDiscardMaestroSecurityGroupsChanges get: id: ${id}import {
to = checkpoint_gaiacommanddiscardmaestrosecuritygroupschanges.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 stringDiscard Maestro Security Groups Changes Id - Virtual
System stringId - N/A
- Debug bool
- Enable debugging for this resource only.
- Gaia
Command stringDiscard Maestro Security Groups Changes Id - Virtual
System stringId - N/A
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ stringdiscard_ maestro_ security_ groups_ changes_ id - virtual_
system_ stringid - N/A
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringDiscard Maestro Security Groups Changes Id - virtual
System StringId - N/A
- debug boolean
- Enable debugging for this resource only.
- gaia
Command stringDiscard Maestro Security Groups Changes Id - virtual
System stringId - N/A
- debug bool
- Enable debugging for this resource only.
- gaia_
command_ strdiscard_ maestro_ security_ groups_ changes_ id - virtual_
system_ strid - N/A
- debug Boolean
- Enable debugging for this resource only.
- gaia
Command StringDiscard Maestro Security Groups Changes Id - 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