Viewing docs for checkpoint 3.3.0
published on Thursday, Jul 30, 2026 by checkpointsw
published on Thursday, Jul 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.3.0
published on Thursday, Jul 30, 2026 by checkpointsw
published on Thursday, Jul 30, 2026 by checkpointsw
Use this data source to get information on an existing Check Point Def Setting.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";
const dataTest = checkpoint.getManagementDefSetting({
name: "def-setting1",
});
import pulumi
import pulumi_checkpoint as checkpoint
data_test = checkpoint.get_management_def_setting(name="def-setting1")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v3/checkpoint"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := checkpoint.LookupManagementDefSetting(ctx, &checkpoint.LookupManagementDefSettingArgs{
Name: pulumi.StringRef("def-setting1"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Checkpoint = Pulumi.Checkpoint;
return await Deployment.RunAsync(() =>
{
var dataTest = Checkpoint.GetManagementDefSetting.Invoke(new()
{
Name = "def-setting1",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.CheckpointFunctions;
import com.pulumi.checkpoint.inputs.GetManagementDefSettingArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var dataTest = CheckpointFunctions.getManagementDefSetting(GetManagementDefSettingArgs.builder()
.name("def-setting1")
.build());
}
}
variables:
dataTest:
fn::invoke:
function: checkpoint:getManagementDefSetting
arguments:
name: def-setting1
Example coming soon!
Using getManagementDefSetting
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagementDefSetting(args: GetManagementDefSettingArgs, opts?: InvokeOptions): Promise<GetManagementDefSettingResult>
function getManagementDefSettingOutput(args: GetManagementDefSettingOutputArgs, opts?: InvokeOptions): Output<GetManagementDefSettingResult>def get_management_def_setting(id: Optional[str] = None,
name: Optional[str] = None,
uid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementDefSettingResult
def get_management_def_setting_output(id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
uid: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementDefSettingResult]func LookupManagementDefSetting(ctx *Context, args *LookupManagementDefSettingArgs, opts ...InvokeOption) (*LookupManagementDefSettingResult, error)
func LookupManagementDefSettingOutput(ctx *Context, args *LookupManagementDefSettingOutputArgs, opts ...InvokeOption) LookupManagementDefSettingResultOutput> Note: This function is named LookupManagementDefSetting in the Go SDK.
public static class GetManagementDefSetting
{
public static Task<GetManagementDefSettingResult> InvokeAsync(GetManagementDefSettingArgs args, InvokeOptions? opts = null)
public static Output<GetManagementDefSettingResult> Invoke(GetManagementDefSettingInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementDefSettingResult> getManagementDefSetting(GetManagementDefSettingArgs args, InvokeOptions options)
public static Output<GetManagementDefSettingResult> getManagementDefSetting(GetManagementDefSettingArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementDefSetting:getManagementDefSetting
arguments:
# arguments dictionarydata "checkpoint_get_management_def_setting" "name" {
# arguments
}The following arguments are supported:
getManagementDefSetting Result
The following output properties are available:
Supporting Types
GetManagementDefSettingAssignment
- Description string
- The description for this setting.
- Enabled bool
- If the setting is enabled.
- From
Version string - The gateway version this setting applies from.
- Model string
- The gateway model this setting applies to.
- Position double
- The position of the setting.
- Targets List<string>
- Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- To
Version string - The gateway version this setting applies to.
- Value string
- The value of the setting.
- Description string
- The description for this setting.
- Enabled bool
- If the setting is enabled.
- From
Version string - The gateway version this setting applies from.
- Model string
- The gateway model this setting applies to.
- Position float64
- The position of the setting.
- Targets []string
- Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- To
Version string - The gateway version this setting applies to.
- Value string
- The value of the setting.
- description string
- The description for this setting.
- enabled bool
- If the setting is enabled.
- from_
version string - The gateway version this setting applies from.
- model string
- The gateway model this setting applies to.
- position number
- The position of the setting.
- targets list(string)
- Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- to_
version string - The gateway version this setting applies to.
- value string
- The value of the setting.
- description String
- The description for this setting.
- enabled Boolean
- If the setting is enabled.
- from
Version String - The gateway version this setting applies from.
- model String
- The gateway model this setting applies to.
- position Double
- The position of the setting.
- targets List<String>
- Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- to
Version String - The gateway version this setting applies to.
- value String
- The value of the setting.
- description string
- The description for this setting.
- enabled boolean
- If the setting is enabled.
- from
Version string - The gateway version this setting applies from.
- model string
- The gateway model this setting applies to.
- position number
- The position of the setting.
- targets string[]
- Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- to
Version string - The gateway version this setting applies to.
- value string
- The value of the setting.
- description str
- The description for this setting.
- enabled bool
- If the setting is enabled.
- from_
version str - The gateway version this setting applies from.
- model str
- The gateway model this setting applies to.
- position float
- The position of the setting.
- targets Sequence[str]
- Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- to_
version str - The gateway version this setting applies to.
- value str
- The value of the setting.
- description String
- The description for this setting.
- enabled Boolean
- If the setting is enabled.
- from
Version String - The gateway version this setting applies from.
- model String
- The gateway model this setting applies to.
- position Number
- The position of the setting.
- targets List<String>
- Collection of Gateways identified by the name or UID. Level of details in the output corresponds to the number of details for search. This table shows the level of details in the Standard level.
- to
Version String - The gateway version this setting applies to.
- value String
- The value of the setting.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
Viewing docs for checkpoint 3.3.0
published on Thursday, Jul 30, 2026 by checkpointsw
published on Thursday, Jul 30, 2026 by checkpointsw