1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementDataServiceOther
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw

    Use this data source to get information on an existing Check Point Service Other.

    Using getManagementDataServiceOther

    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 getManagementDataServiceOther(args: GetManagementDataServiceOtherArgs, opts?: InvokeOptions): Promise<GetManagementDataServiceOtherResult>
    function getManagementDataServiceOtherOutput(args: GetManagementDataServiceOtherOutputArgs, opts?: InvokeOptions): Output<GetManagementDataServiceOtherResult>
    def get_management_data_service_other(comments: Optional[str] = None,
                                          id: Optional[str] = None,
                                          name: Optional[str] = None,
                                          uid: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetManagementDataServiceOtherResult
    def get_management_data_service_other_output(comments: Optional[pulumi.Input[str]] = None,
                                          id: Optional[pulumi.Input[str]] = None,
                                          name: Optional[pulumi.Input[str]] = None,
                                          uid: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetManagementDataServiceOtherResult]
    func GetManagementDataServiceOther(ctx *Context, args *GetManagementDataServiceOtherArgs, opts ...InvokeOption) (*GetManagementDataServiceOtherResult, error)
    func GetManagementDataServiceOtherOutput(ctx *Context, args *GetManagementDataServiceOtherOutputArgs, opts ...InvokeOption) GetManagementDataServiceOtherResultOutput

    > Note: This function is named GetManagementDataServiceOther in the Go SDK.

    public static class GetManagementDataServiceOther 
    {
        public static Task<GetManagementDataServiceOtherResult> InvokeAsync(GetManagementDataServiceOtherArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementDataServiceOtherResult> Invoke(GetManagementDataServiceOtherInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementDataServiceOtherResult> getManagementDataServiceOther(GetManagementDataServiceOtherArgs args, InvokeOptions options)
    public static Output<GetManagementDataServiceOtherResult> getManagementDataServiceOther(GetManagementDataServiceOtherArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementDataServiceOther:getManagementDataServiceOther
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Comments string
    Comments string.
    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    Comments string
    Comments string.
    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    comments String
    Comments string.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.
    comments string
    Comments string.
    id string
    name string
    Object name.
    uid string
    Object unique identifier.
    comments str
    Comments string.
    id str
    name str
    Object name.
    uid str
    Object unique identifier.
    comments String
    Comments string.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.

    getManagementDataServiceOther Result

    The following output properties are available:

    Supporting Types

    GetManagementDataServiceOtherAggressiveAging

    DefaultTimeout double
    Default aggressive aging timeout in seconds.
    Enable bool
    Timeout double
    Aggressive aging timeout in seconds.
    UseDefaultTimeout bool
    DefaultTimeout float64
    Default aggressive aging timeout in seconds.
    Enable bool
    Timeout float64
    Aggressive aging timeout in seconds.
    UseDefaultTimeout bool
    defaultTimeout Double
    Default aggressive aging timeout in seconds.
    enable Boolean
    timeout Double
    Aggressive aging timeout in seconds.
    useDefaultTimeout Boolean
    defaultTimeout number
    Default aggressive aging timeout in seconds.
    enable boolean
    timeout number
    Aggressive aging timeout in seconds.
    useDefaultTimeout boolean
    default_timeout float
    Default aggressive aging timeout in seconds.
    enable bool
    timeout float
    Aggressive aging timeout in seconds.
    use_default_timeout bool
    defaultTimeout Number
    Default aggressive aging timeout in seconds.
    enable Boolean
    timeout Number
    Aggressive aging timeout in seconds.
    useDefaultTimeout Boolean

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    Viewing docs for checkpoint 3.0.0
    published on Monday, Mar 30, 2026 by checkpointsw
      Try Pulumi Cloud free. Your team will thank you.