checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
checkpoint.getManagementIpsUpdateSchedule
Explore with Pulumi AI
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
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({});
import pulumi
import pulumi_checkpoint as checkpoint
data_ips_update_schedule = checkpoint.get_management_ips_update_schedule()
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
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Checkpoint = Pulumi.Checkpoint;
return await Deployment.RunAsync(() =>
{
var dataIpsUpdateSchedule = Checkpoint.GetManagementIpsUpdateSchedule.Invoke();
});
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();
}
}
variables:
dataIpsUpdateSchedule:
fn::invoke:
function: checkpoint:getManagementIpsUpdateSchedule
arguments: {}
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>
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]
func GetManagementIpsUpdateSchedule(ctx *Context, args *GetManagementIpsUpdateScheduleArgs, opts ...InvokeOption) (*GetManagementIpsUpdateScheduleResult, error)
func GetManagementIpsUpdateScheduleOutput(ctx *Context, args *GetManagementIpsUpdateScheduleOutputArgs, opts ...InvokeOption) GetManagementIpsUpdateScheduleResultOutput
> 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)
}
public static CompletableFuture<GetManagementIpsUpdateScheduleResult> getManagementIpsUpdateSchedule(GetManagementIpsUpdateScheduleArgs args, InvokeOptions options)
public static Output<GetManagementIpsUpdateScheduleResult> getManagementIpsUpdateSchedule(GetManagementIpsUpdateScheduleArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementIpsUpdateSchedule:getManagementIpsUpdateSchedule
arguments:
# arguments dictionary
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:
- Enabled bool
- Id string
- Recurrences
List<Get
Management Ips Update Schedule Recurrence> - Time string
- Enabled bool
- Id string
- Recurrences
[]Get
Management Ips Update Schedule Recurrence - Time string
- enabled Boolean
- id String
- recurrences
List<Get
Management Ips Update Schedule Recurrence> - time String
- enabled boolean
- id string
- recurrences
Get
Management Ips Update Schedule Recurrence[] - time string
- enabled Boolean
- id String
- recurrences List<Property Map>
- time String
Supporting Types
GetManagementIpsUpdateScheduleRecurrence
- Days List<string>
- Valid on specific days. Multiple options, support range of days in months. Example:["1","3","9-20"].
- Minutes double
- Valid on interval. The length of time in minutes between updates.
- Pattern string
- Valid on "Interval", "Daily", "Weekly", "Monthly" base.
- Weekdays List<string>
- Valid on weekdays. Example: "Sun", "Mon"..."Sat".
- Days []string
- Valid on specific days. Multiple options, support range of days in months. Example:["1","3","9-20"].
- Minutes float64
- Valid on interval. The length of time in minutes between updates.
- Pattern string
- Valid on "Interval", "Daily", "Weekly", "Monthly" base.
- Weekdays []string
- Valid on weekdays. Example: "Sun", "Mon"..."Sat".
- days List<String>
- Valid on specific days. Multiple options, support range of days in months. Example:["1","3","9-20"].
- minutes Double
- Valid on interval. The length of time in minutes between updates.
- pattern String
- Valid on "Interval", "Daily", "Weekly", "Monthly" base.
- weekdays List<String>
- Valid on weekdays. Example: "Sun", "Mon"..."Sat".
- days string[]
- Valid on specific days. Multiple options, support range of days in months. Example:["1","3","9-20"].
- minutes number
- Valid on interval. The length of time in minutes between updates.
- pattern string
- Valid on "Interval", "Daily", "Weekly", "Monthly" base.
- weekdays string[]
- Valid on weekdays. Example: "Sun", "Mon"..."Sat".
- days Sequence[str]
- Valid on specific days. Multiple options, support range of days in months. Example:["1","3","9-20"].
- minutes float
- Valid on interval. The length of time in minutes between updates.
- pattern str
- Valid on "Interval", "Daily", "Weekly", "Monthly" base.
- weekdays Sequence[str]
- Valid on weekdays. Example: "Sun", "Mon"..."Sat".
- days List<String>
- Valid on specific days. Multiple options, support range of days in months. Example:["1","3","9-20"].
- minutes Number
- Valid on interval. The length of time in minutes between updates.
- pattern String
- Valid on "Interval", "Daily", "Weekly", "Monthly" base.
- weekdays 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.
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw