1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getUpdateSchedule
Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi
scm logo
Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi

    UpdateSchedule data source

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    const settingsData = scm.getUpdateSchedule({
        id: "4bde6878-8709-4231-a7b4-c51d8fb4008a",
    });
    export const fetchedSettings = settingsData;
    
    import pulumi
    import pulumi_scm as scm
    
    settings_data = scm.get_update_schedule(id="4bde6878-8709-4231-a7b4-c51d8fb4008a")
    pulumi.export("fetchedSettings", settings_data)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-scm/sdk/go/scm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		settingsData, err := scm.LookupUpdateSchedule(ctx, &scm.LookupUpdateScheduleArgs{
    			Id: "4bde6878-8709-4231-a7b4-c51d8fb4008a",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("fetchedSettings", settingsData)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        var settingsData = Scm.GetUpdateSchedule.Invoke(new()
        {
            Id = "4bde6878-8709-4231-a7b4-c51d8fb4008a",
        });
    
        return new Dictionary<string, object?>
        {
            ["fetchedSettings"] = settingsData,
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scm.ScmFunctions;
    import com.pulumi.scm.inputs.GetUpdateScheduleArgs;
    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 settingsData = ScmFunctions.getUpdateSchedule(GetUpdateScheduleArgs.builder()
                .id("4bde6878-8709-4231-a7b4-c51d8fb4008a")
                .build());
    
            ctx.export("fetchedSettings", settingsData);
        }
    }
    
    variables:
      settingsData:
        fn::invoke:
          function: scm:getUpdateSchedule
          arguments:
            id: 4bde6878-8709-4231-a7b4-c51d8fb4008a
    outputs:
      fetchedSettings: ${settingsData}
    

    Using getUpdateSchedule

    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 getUpdateSchedule(args: GetUpdateScheduleArgs, opts?: InvokeOptions): Promise<GetUpdateScheduleResult>
    function getUpdateScheduleOutput(args: GetUpdateScheduleOutputArgs, opts?: InvokeOptions): Output<GetUpdateScheduleResult>
    def get_update_schedule(device: Optional[str] = None,
                            folder: Optional[str] = None,
                            id: Optional[str] = None,
                            snippet: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetUpdateScheduleResult
    def get_update_schedule_output(device: Optional[pulumi.Input[str]] = None,
                            folder: Optional[pulumi.Input[str]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            snippet: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetUpdateScheduleResult]
    func LookupUpdateSchedule(ctx *Context, args *LookupUpdateScheduleArgs, opts ...InvokeOption) (*LookupUpdateScheduleResult, error)
    func LookupUpdateScheduleOutput(ctx *Context, args *LookupUpdateScheduleOutputArgs, opts ...InvokeOption) LookupUpdateScheduleResultOutput

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

    public static class GetUpdateSchedule 
    {
        public static Task<GetUpdateScheduleResult> InvokeAsync(GetUpdateScheduleArgs args, InvokeOptions? opts = null)
        public static Output<GetUpdateScheduleResult> Invoke(GetUpdateScheduleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetUpdateScheduleResult> getUpdateSchedule(GetUpdateScheduleArgs args, InvokeOptions options)
    public static Output<GetUpdateScheduleResult> getUpdateSchedule(GetUpdateScheduleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getUpdateSchedule:getUpdateSchedule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    UUID of the resource
    Device string
    The device in which the resource is defined
    Folder string
    Snippet string
    Id string
    UUID of the resource
    Device string
    The device in which the resource is defined
    Folder string
    Snippet string
    id String
    UUID of the resource
    device String
    The device in which the resource is defined
    folder String
    snippet String
    id string
    UUID of the resource
    device string
    The device in which the resource is defined
    folder string
    snippet string
    id str
    UUID of the resource
    device str
    The device in which the resource is defined
    folder str
    snippet str
    id String
    UUID of the resource
    device String
    The device in which the resource is defined
    folder String
    snippet String

    getUpdateSchedule Result

    The following output properties are available:

    Device string
    The device in which the resource is defined
    Folder string
    Id string
    UUID of the resource
    Snippet string
    Tfid string
    UpdateSchedule GetUpdateScheduleUpdateSchedule
    Device string
    The device in which the resource is defined
    Folder string
    Id string
    UUID of the resource
    Snippet string
    Tfid string
    UpdateSchedule GetUpdateScheduleUpdateSchedule
    device String
    The device in which the resource is defined
    folder String
    id String
    UUID of the resource
    snippet String
    tfid String
    updateSchedule GetUpdateScheduleUpdateSchedule
    device string
    The device in which the resource is defined
    folder string
    id string
    UUID of the resource
    snippet string
    tfid string
    updateSchedule GetUpdateScheduleUpdateSchedule
    device str
    The device in which the resource is defined
    folder str
    id str
    UUID of the resource
    snippet str
    tfid str
    update_schedule GetUpdateScheduleUpdateSchedule
    device String
    The device in which the resource is defined
    folder String
    id String
    UUID of the resource
    snippet String
    tfid String
    updateSchedule Property Map

    Supporting Types

    GetUpdateScheduleUpdateSchedule

    GetUpdateScheduleUpdateScheduleAntiVirus

    GetUpdateScheduleUpdateScheduleAntiVirusRecurring

    Daily GetUpdateScheduleUpdateScheduleAntiVirusRecurringDaily
    Daily
    Hourly GetUpdateScheduleUpdateScheduleAntiVirusRecurringHourly

    Hourly

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    None GetUpdateScheduleUpdateScheduleAntiVirusRecurringNone

    None

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    SyncToPeer bool
    Sync to peer
    Threshold int
    Threshold
    Weekly GetUpdateScheduleUpdateScheduleAntiVirusRecurringWeekly

    Weekly

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    Daily GetUpdateScheduleUpdateScheduleAntiVirusRecurringDaily
    Daily
    Hourly GetUpdateScheduleUpdateScheduleAntiVirusRecurringHourly

    Hourly

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    None GetUpdateScheduleUpdateScheduleAntiVirusRecurringNone

    None

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    SyncToPeer bool
    Sync to peer
    Threshold int
    Threshold
    Weekly GetUpdateScheduleUpdateScheduleAntiVirusRecurringWeekly

    Weekly

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    daily GetUpdateScheduleUpdateScheduleAntiVirusRecurringDaily
    Daily
    hourly GetUpdateScheduleUpdateScheduleAntiVirusRecurringHourly

    Hourly

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    none GetUpdateScheduleUpdateScheduleAntiVirusRecurringNone

    None

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    syncToPeer Boolean
    Sync to peer
    threshold Integer
    Threshold
    weekly GetUpdateScheduleUpdateScheduleAntiVirusRecurringWeekly

    Weekly

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    daily GetUpdateScheduleUpdateScheduleAntiVirusRecurringDaily
    Daily
    hourly GetUpdateScheduleUpdateScheduleAntiVirusRecurringHourly

    Hourly

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    none GetUpdateScheduleUpdateScheduleAntiVirusRecurringNone

    None

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    syncToPeer boolean
    Sync to peer
    threshold number
    Threshold
    weekly GetUpdateScheduleUpdateScheduleAntiVirusRecurringWeekly

    Weekly

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    daily GetUpdateScheduleUpdateScheduleAntiVirusRecurringDaily
    Daily
    hourly GetUpdateScheduleUpdateScheduleAntiVirusRecurringHourly

    Hourly

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    none GetUpdateScheduleUpdateScheduleAntiVirusRecurringNone

    None

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    sync_to_peer bool
    Sync to peer
    threshold int
    Threshold
    weekly GetUpdateScheduleUpdateScheduleAntiVirusRecurringWeekly

    Weekly

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    daily Property Map
    Daily
    hourly Property Map

    Hourly

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    none Property Map

    None

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    syncToPeer Boolean
    Sync to peer
    threshold Number
    Threshold
    weekly Property Map

    Weekly

    ℹ️ Note: You must specify exactly one of daily, hourly, none, and weekly.

    GetUpdateScheduleUpdateScheduleAntiVirusRecurringDaily

    Action string
    Action
    At string
    At
    Action string
    Action
    At string
    At
    action String
    Action
    at String
    At
    action string
    Action
    at string
    At
    action str
    Action
    at str
    At
    action String
    Action
    at String
    At

    GetUpdateScheduleUpdateScheduleAntiVirusRecurringHourly

    Action string
    Action
    At int
    At
    Action string
    Action
    At int
    At
    action String
    Action
    at Integer
    At
    action string
    Action
    at number
    At
    action str
    Action
    at int
    At
    action String
    Action
    at Number
    At

    GetUpdateScheduleUpdateScheduleAntiVirusRecurringWeekly

    Action string
    Action
    At string
    At
    DayOfWeek string
    Day of week
    Action string
    Action
    At string
    At
    DayOfWeek string
    Day of week
    action String
    Action
    at String
    At
    dayOfWeek String
    Day of week
    action string
    Action
    at string
    At
    dayOfWeek string
    Day of week
    action str
    Action
    at str
    At
    day_of_week str
    Day of week
    action String
    Action
    at String
    At
    dayOfWeek String
    Day of week

    GetUpdateScheduleUpdateScheduleThreats

    GetUpdateScheduleUpdateScheduleThreatsRecurring

    Daily GetUpdateScheduleUpdateScheduleThreatsRecurringDaily
    Daily
    Every30Mins GetUpdateScheduleUpdateScheduleThreatsRecurringEvery30Mins

    Every30 mins

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    Hourly GetUpdateScheduleUpdateScheduleThreatsRecurringHourly

    Hourly

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    NewAppThreshold int
    New app threshold
    None GetUpdateScheduleUpdateScheduleThreatsRecurringNone

    None

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    SyncToPeer bool
    Sync to peer
    Threshold int
    Threshold
    Weekly GetUpdateScheduleUpdateScheduleThreatsRecurringWeekly

    Weekly

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    Daily GetUpdateScheduleUpdateScheduleThreatsRecurringDaily
    Daily
    Every30Mins GetUpdateScheduleUpdateScheduleThreatsRecurringEvery30Mins

    Every30 mins

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    Hourly GetUpdateScheduleUpdateScheduleThreatsRecurringHourly

    Hourly

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    NewAppThreshold int
    New app threshold
    None GetUpdateScheduleUpdateScheduleThreatsRecurringNone

    None

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    SyncToPeer bool
    Sync to peer
    Threshold int
    Threshold
    Weekly GetUpdateScheduleUpdateScheduleThreatsRecurringWeekly

    Weekly

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    daily GetUpdateScheduleUpdateScheduleThreatsRecurringDaily
    Daily
    every30Mins GetUpdateScheduleUpdateScheduleThreatsRecurringEvery30Mins

    Every30 mins

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    hourly GetUpdateScheduleUpdateScheduleThreatsRecurringHourly

    Hourly

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    newAppThreshold Integer
    New app threshold
    none GetUpdateScheduleUpdateScheduleThreatsRecurringNone

    None

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    syncToPeer Boolean
    Sync to peer
    threshold Integer
    Threshold
    weekly GetUpdateScheduleUpdateScheduleThreatsRecurringWeekly

    Weekly

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    daily GetUpdateScheduleUpdateScheduleThreatsRecurringDaily
    Daily
    every30Mins GetUpdateScheduleUpdateScheduleThreatsRecurringEvery30Mins

    Every30 mins

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    hourly GetUpdateScheduleUpdateScheduleThreatsRecurringHourly

    Hourly

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    newAppThreshold number
    New app threshold
    none GetUpdateScheduleUpdateScheduleThreatsRecurringNone

    None

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    syncToPeer boolean
    Sync to peer
    threshold number
    Threshold
    weekly GetUpdateScheduleUpdateScheduleThreatsRecurringWeekly

    Weekly

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    daily GetUpdateScheduleUpdateScheduleThreatsRecurringDaily
    Daily
    every30_mins GetUpdateScheduleUpdateScheduleThreatsRecurringEvery30Mins

    Every30 mins

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    hourly GetUpdateScheduleUpdateScheduleThreatsRecurringHourly

    Hourly

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    new_app_threshold int
    New app threshold
    none GetUpdateScheduleUpdateScheduleThreatsRecurringNone

    None

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    sync_to_peer bool
    Sync to peer
    threshold int
    Threshold
    weekly GetUpdateScheduleUpdateScheduleThreatsRecurringWeekly

    Weekly

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    daily Property Map
    Daily
    every30Mins Property Map

    Every30 mins

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    hourly Property Map

    Hourly

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    newAppThreshold Number
    New app threshold
    none Property Map

    None

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    syncToPeer Boolean
    Sync to peer
    threshold Number
    Threshold
    weekly Property Map

    Weekly

    ℹ️ Note: You must specify exactly one of daily, every_30_mins, hourly, none, and weekly.

    GetUpdateScheduleUpdateScheduleThreatsRecurringDaily

    Action string
    Action
    At string
    At
    DisableNewContent bool
    Disable new content
    Action string
    Action
    At string
    At
    DisableNewContent bool
    Disable new content
    action String
    Action
    at String
    At
    disableNewContent Boolean
    Disable new content
    action string
    Action
    at string
    At
    disableNewContent boolean
    Disable new content
    action str
    Action
    at str
    At
    disable_new_content bool
    Disable new content
    action String
    Action
    at String
    At
    disableNewContent Boolean
    Disable new content

    GetUpdateScheduleUpdateScheduleThreatsRecurringEvery30Mins

    Action string
    Action
    At int
    At
    DisableNewContent bool
    Disable new content
    Action string
    Action
    At int
    At
    DisableNewContent bool
    Disable new content
    action String
    Action
    at Integer
    At
    disableNewContent Boolean
    Disable new content
    action string
    Action
    at number
    At
    disableNewContent boolean
    Disable new content
    action str
    Action
    at int
    At
    disable_new_content bool
    Disable new content
    action String
    Action
    at Number
    At
    disableNewContent Boolean
    Disable new content

    GetUpdateScheduleUpdateScheduleThreatsRecurringHourly

    Action string
    Action
    At double
    At
    DisableNewContent bool
    Disable new content
    Action string
    Action
    At float64
    At
    DisableNewContent bool
    Disable new content
    action String
    Action
    at Double
    At
    disableNewContent Boolean
    Disable new content
    action string
    Action
    at number
    At
    disableNewContent boolean
    Disable new content
    action str
    Action
    at float
    At
    disable_new_content bool
    Disable new content
    action String
    Action
    at Number
    At
    disableNewContent Boolean
    Disable new content

    GetUpdateScheduleUpdateScheduleThreatsRecurringWeekly

    Action string
    Action
    At string
    At
    DayOfWeek string
    Day of week
    DisableNewContent bool
    Disable new content
    Action string
    Action
    At string
    At
    DayOfWeek string
    Day of week
    DisableNewContent bool
    Disable new content
    action String
    Action
    at String
    At
    dayOfWeek String
    Day of week
    disableNewContent Boolean
    Disable new content
    action string
    Action
    at string
    At
    dayOfWeek string
    Day of week
    disableNewContent boolean
    Disable new content
    action str
    Action
    at str
    At
    day_of_week str
    Day of week
    disable_new_content bool
    Disable new content
    action String
    Action
    at String
    At
    dayOfWeek String
    Day of week
    disableNewContent Boolean
    Disable new content

    GetUpdateScheduleUpdateScheduleWildfire

    GetUpdateScheduleUpdateScheduleWildfireRecurring

    Every15Mins GetUpdateScheduleUpdateScheduleWildfireRecurringEvery15Mins
    Every15 mins
    Every30Mins GetUpdateScheduleUpdateScheduleWildfireRecurringEvery30Mins

    Every30 mins

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    EveryHour GetUpdateScheduleUpdateScheduleWildfireRecurringEveryHour

    Every hour

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    EveryMin GetUpdateScheduleUpdateScheduleWildfireRecurringEveryMin

    Every min

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    None GetUpdateScheduleUpdateScheduleWildfireRecurringNone

    None

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    RealTime GetUpdateScheduleUpdateScheduleWildfireRecurringRealTime

    Real time

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    Every15Mins GetUpdateScheduleUpdateScheduleWildfireRecurringEvery15Mins
    Every15 mins
    Every30Mins GetUpdateScheduleUpdateScheduleWildfireRecurringEvery30Mins

    Every30 mins

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    EveryHour GetUpdateScheduleUpdateScheduleWildfireRecurringEveryHour

    Every hour

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    EveryMin GetUpdateScheduleUpdateScheduleWildfireRecurringEveryMin

    Every min

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    None GetUpdateScheduleUpdateScheduleWildfireRecurringNone

    None

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    RealTime GetUpdateScheduleUpdateScheduleWildfireRecurringRealTime

    Real time

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    every15Mins GetUpdateScheduleUpdateScheduleWildfireRecurringEvery15Mins
    Every15 mins
    every30Mins GetUpdateScheduleUpdateScheduleWildfireRecurringEvery30Mins

    Every30 mins

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    everyHour GetUpdateScheduleUpdateScheduleWildfireRecurringEveryHour

    Every hour

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    everyMin GetUpdateScheduleUpdateScheduleWildfireRecurringEveryMin

    Every min

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    none GetUpdateScheduleUpdateScheduleWildfireRecurringNone

    None

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    realTime GetUpdateScheduleUpdateScheduleWildfireRecurringRealTime

    Real time

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    every15Mins GetUpdateScheduleUpdateScheduleWildfireRecurringEvery15Mins
    Every15 mins
    every30Mins GetUpdateScheduleUpdateScheduleWildfireRecurringEvery30Mins

    Every30 mins

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    everyHour GetUpdateScheduleUpdateScheduleWildfireRecurringEveryHour

    Every hour

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    everyMin GetUpdateScheduleUpdateScheduleWildfireRecurringEveryMin

    Every min

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    none GetUpdateScheduleUpdateScheduleWildfireRecurringNone

    None

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    realTime GetUpdateScheduleUpdateScheduleWildfireRecurringRealTime

    Real time

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    every15_mins GetUpdateScheduleUpdateScheduleWildfireRecurringEvery15Mins
    Every15 mins
    every30_mins GetUpdateScheduleUpdateScheduleWildfireRecurringEvery30Mins

    Every30 mins

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    every_hour GetUpdateScheduleUpdateScheduleWildfireRecurringEveryHour

    Every hour

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    every_min GetUpdateScheduleUpdateScheduleWildfireRecurringEveryMin

    Every min

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    none GetUpdateScheduleUpdateScheduleWildfireRecurringNone

    None

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    real_time GetUpdateScheduleUpdateScheduleWildfireRecurringRealTime

    Real time

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    every15Mins Property Map
    Every15 mins
    every30Mins Property Map

    Every30 mins

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    everyHour Property Map

    Every hour

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    everyMin Property Map

    Every min

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    none Property Map

    None

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    realTime Property Map

    Real time

    ℹ️ Note: You must specify exactly one of every_15_mins, every_30_mins, every_hour, every_min, none, and real_time.

    GetUpdateScheduleUpdateScheduleWildfireRecurringEvery15Mins

    Action string
    Action
    At int
    At
    SyncToPeer bool
    Sync to peer
    Action string
    Action
    At int
    At
    SyncToPeer bool
    Sync to peer
    action String
    Action
    at Integer
    At
    syncToPeer Boolean
    Sync to peer
    action string
    Action
    at number
    At
    syncToPeer boolean
    Sync to peer
    action str
    Action
    at int
    At
    sync_to_peer bool
    Sync to peer
    action String
    Action
    at Number
    At
    syncToPeer Boolean
    Sync to peer

    GetUpdateScheduleUpdateScheduleWildfireRecurringEvery30Mins

    Action string
    Action
    At int
    At
    SyncToPeer bool
    Sync to peer
    Action string
    Action
    At int
    At
    SyncToPeer bool
    Sync to peer
    action String
    Action
    at Integer
    At
    syncToPeer Boolean
    Sync to peer
    action string
    Action
    at number
    At
    syncToPeer boolean
    Sync to peer
    action str
    Action
    at int
    At
    sync_to_peer bool
    Sync to peer
    action String
    Action
    at Number
    At
    syncToPeer Boolean
    Sync to peer

    GetUpdateScheduleUpdateScheduleWildfireRecurringEveryHour

    Action string
    Action
    At int
    At
    SyncToPeer bool
    Sync to peer
    Action string
    Action
    At int
    At
    SyncToPeer bool
    Sync to peer
    action String
    Action
    at Integer
    At
    syncToPeer Boolean
    Sync to peer
    action string
    Action
    at number
    At
    syncToPeer boolean
    Sync to peer
    action str
    Action
    at int
    At
    sync_to_peer bool
    Sync to peer
    action String
    Action
    at Number
    At
    syncToPeer Boolean
    Sync to peer

    GetUpdateScheduleUpdateScheduleWildfireRecurringEveryMin

    Action string
    Action
    SyncToPeer bool
    Sync to peer
    Action string
    Action
    SyncToPeer bool
    Sync to peer
    action String
    Action
    syncToPeer Boolean
    Sync to peer
    action string
    Action
    syncToPeer boolean
    Sync to peer
    action str
    Action
    sync_to_peer bool
    Sync to peer
    action String
    Action
    syncToPeer Boolean
    Sync to peer

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate