1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementIpsUpdateSchedule
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.getManagementIpsUpdateSchedule

Explore with Pulumi AI

Use this data source to get information on an existing Check Point Ips Update Schedule.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as checkpoint from "@pulumi/checkpoint";

const dataIpsUpdateSchedule = checkpoint.getManagementIpsUpdateSchedule({});
Copy
import pulumi
import pulumi_checkpoint as checkpoint

data_ips_update_schedule = checkpoint.get_management_ips_update_schedule()
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/checkpoint/v2/checkpoint"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := checkpoint.GetManagementIpsUpdateSchedule(ctx, &checkpoint.GetManagementIpsUpdateScheduleArgs{}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Checkpoint = Pulumi.Checkpoint;

return await Deployment.RunAsync(() => 
{
    var dataIpsUpdateSchedule = Checkpoint.GetManagementIpsUpdateSchedule.Invoke();

});
Copy
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.GetManagementIpsUpdateScheduleArgs;
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 dataIpsUpdateSchedule = CheckpointFunctions.getManagementIpsUpdateSchedule();

    }
}
Copy
variables:
  dataIpsUpdateSchedule:
    fn::invoke:
      function: checkpoint:getManagementIpsUpdateSchedule
      arguments: {}
Copy

Using getManagementIpsUpdateSchedule

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 getManagementIpsUpdateSchedule(args: GetManagementIpsUpdateScheduleArgs, opts?: InvokeOptions): Promise<GetManagementIpsUpdateScheduleResult>
function getManagementIpsUpdateScheduleOutput(args: GetManagementIpsUpdateScheduleOutputArgs, opts?: InvokeOptions): Output<GetManagementIpsUpdateScheduleResult>
Copy
def get_management_ips_update_schedule(id: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetManagementIpsUpdateScheduleResult
def get_management_ips_update_schedule_output(id: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetManagementIpsUpdateScheduleResult]
Copy
func GetManagementIpsUpdateSchedule(ctx *Context, args *GetManagementIpsUpdateScheduleArgs, opts ...InvokeOption) (*GetManagementIpsUpdateScheduleResult, error)
func GetManagementIpsUpdateScheduleOutput(ctx *Context, args *GetManagementIpsUpdateScheduleOutputArgs, opts ...InvokeOption) GetManagementIpsUpdateScheduleResultOutput
Copy

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

public static class GetManagementIpsUpdateSchedule 
{
    public static Task<GetManagementIpsUpdateScheduleResult> InvokeAsync(GetManagementIpsUpdateScheduleArgs args, InvokeOptions? opts = null)
    public static Output<GetManagementIpsUpdateScheduleResult> Invoke(GetManagementIpsUpdateScheduleInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetManagementIpsUpdateScheduleResult> getManagementIpsUpdateSchedule(GetManagementIpsUpdateScheduleArgs args, InvokeOptions options)
public static Output<GetManagementIpsUpdateScheduleResult> getManagementIpsUpdateSchedule(GetManagementIpsUpdateScheduleArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: checkpoint:index/getManagementIpsUpdateSchedule:getManagementIpsUpdateSchedule
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
Id string
id String
id string
id str
id String

getManagementIpsUpdateSchedule Result

The following output properties are available:

Supporting Types

GetManagementIpsUpdateScheduleRecurrence

Days This property is required. List<string>
Valid on specific days. Multiple options, support range of days in months. Example:["1","3","9-20"].
Minutes This property is required. double
Valid on interval. The length of time in minutes between updates.
Pattern This property is required. string
Valid on "Interval", "Daily", "Weekly", "Monthly" base.
Weekdays This property is required. List<string>
Valid on weekdays. Example: "Sun", "Mon"..."Sat".
Days This property is required. []string
Valid on specific days. Multiple options, support range of days in months. Example:["1","3","9-20"].
Minutes This property is required. float64
Valid on interval. The length of time in minutes between updates.
Pattern This property is required. string
Valid on "Interval", "Daily", "Weekly", "Monthly" base.
Weekdays This property is required. []string
Valid on weekdays. Example: "Sun", "Mon"..."Sat".
days This property is required. List<String>
Valid on specific days. Multiple options, support range of days in months. Example:["1","3","9-20"].
minutes This property is required. Double
Valid on interval. The length of time in minutes between updates.
pattern This property is required. String
Valid on "Interval", "Daily", "Weekly", "Monthly" base.
weekdays This property is required. List<String>
Valid on weekdays. Example: "Sun", "Mon"..."Sat".
days This property is required. string[]
Valid on specific days. Multiple options, support range of days in months. Example:["1","3","9-20"].
minutes This property is required. number
Valid on interval. The length of time in minutes between updates.
pattern This property is required. string
Valid on "Interval", "Daily", "Weekly", "Monthly" base.
weekdays This property is required. string[]
Valid on weekdays. Example: "Sun", "Mon"..."Sat".
days This property is required. Sequence[str]
Valid on specific days. Multiple options, support range of days in months. Example:["1","3","9-20"].
minutes This property is required. float
Valid on interval. The length of time in minutes between updates.
pattern This property is required. str
Valid on "Interval", "Daily", "Weekly", "Monthly" base.
weekdays This property is required. Sequence[str]
Valid on weekdays. Example: "Sun", "Mon"..."Sat".
days This property is required. List<String>
Valid on specific days. Multiple options, support range of days in months. Example:["1","3","9-20"].
minutes This property is required. Number
Valid on interval. The length of time in minutes between updates.
pattern This property is required. String
Valid on "Interval", "Daily", "Weekly", "Monthly" base.
weekdays This property is required. List<String>
Valid on weekdays. Example: "Sun", "Mon"..."Sat".

Package Details

Repository
checkpoint checkpointsw/terraform-provider-checkpoint
License
Notes
This Pulumi package is based on the checkpoint Terraform Provider.