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 dictionaryThe following arguments are supported:
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
- Update
Schedule GetUpdate Schedule Update Schedule
- Device string
- The device in which the resource is defined
- Folder string
- Id string
- UUID of the resource
- Snippet string
- Tfid string
- Update
Schedule GetUpdate Schedule Update Schedule
- device String
- The device in which the resource is defined
- folder String
- id String
- UUID of the resource
- snippet String
- tfid String
- update
Schedule GetUpdate Schedule Update Schedule
- device string
- The device in which the resource is defined
- folder string
- id string
- UUID of the resource
- snippet string
- tfid string
- update
Schedule GetUpdate Schedule Update Schedule
- device str
- The device in which the resource is defined
- folder str
- id str
- UUID of the resource
- snippet str
- tfid str
- update_
schedule GetUpdate Schedule Update Schedule
- device String
- The device in which the resource is defined
- folder String
- id String
- UUID of the resource
- snippet String
- tfid String
- update
Schedule Property Map
Supporting Types
GetUpdateScheduleUpdateSchedule
- anti
Virus Property Map - Anti virus
- threats Property Map
- Threats
- wildfire Property Map
- Wildfire
GetUpdateScheduleUpdateScheduleAntiVirus
- recurring Property Map
- Recurring
GetUpdateScheduleUpdateScheduleAntiVirusRecurring
- Daily
Get
Update Schedule Update Schedule Anti Virus Recurring Daily - Daily
- Hourly
Get
Update Schedule Update Schedule Anti Virus Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- None
Get
Update Schedule Update Schedule Anti Virus Recurring None None
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- Sync
To boolPeer - Sync to peer
- Threshold int
- Threshold
- Weekly
Get
Update Schedule Update Schedule Anti Virus Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.
- Daily
Get
Update Schedule Update Schedule Anti Virus Recurring Daily - Daily
- Hourly
Get
Update Schedule Update Schedule Anti Virus Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- None
Get
Update Schedule Update Schedule Anti Virus Recurring None None
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- Sync
To boolPeer - Sync to peer
- Threshold int
- Threshold
- Weekly
Get
Update Schedule Update Schedule Anti Virus Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.
- daily
Get
Update Schedule Update Schedule Anti Virus Recurring Daily - Daily
- hourly
Get
Update Schedule Update Schedule Anti Virus Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- none
Get
Update Schedule Update Schedule Anti Virus Recurring None None
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- sync
To BooleanPeer - Sync to peer
- threshold Integer
- Threshold
- weekly
Get
Update Schedule Update Schedule Anti Virus Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.
- daily
Get
Update Schedule Update Schedule Anti Virus Recurring Daily - Daily
- hourly
Get
Update Schedule Update Schedule Anti Virus Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- none
Get
Update Schedule Update Schedule Anti Virus Recurring None None
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- sync
To booleanPeer - Sync to peer
- threshold number
- Threshold
- weekly
Get
Update Schedule Update Schedule Anti Virus Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.
- daily
Get
Update Schedule Update Schedule Anti Virus Recurring Daily - Daily
- hourly
Get
Update Schedule Update Schedule Anti Virus Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- none
Get
Update Schedule Update Schedule Anti Virus Recurring None None
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- sync_
to_ boolpeer - Sync to peer
- threshold int
- Threshold
- weekly
Get
Update Schedule Update Schedule Anti Virus Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.
- daily Property Map
- Daily
- hourly Property Map
Hourly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- none Property Map
None
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- sync
To BooleanPeer - Sync to peer
- threshold Number
- Threshold
- weekly Property Map
Weekly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.
GetUpdateScheduleUpdateScheduleAntiVirusRecurringDaily
GetUpdateScheduleUpdateScheduleAntiVirusRecurringHourly
GetUpdateScheduleUpdateScheduleAntiVirusRecurringWeekly
- action str
- Action
- at str
- At
- day_
of_ strweek - Day of week
GetUpdateScheduleUpdateScheduleThreats
- recurring Property Map
- Recurring
GetUpdateScheduleUpdateScheduleThreatsRecurring
- Daily
Get
Update Schedule Update Schedule Threats Recurring Daily - Daily
- Every30Mins
Get
Update Schedule Update Schedule Threats Recurring Every30Mins Every30 mins
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- Hourly
Get
Update Schedule Update Schedule Threats Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- New
App intThreshold - New app threshold
- None
Get
Update Schedule Update Schedule Threats Recurring None None
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- Sync
To boolPeer - Sync to peer
- Threshold int
- Threshold
- Weekly
Get
Update Schedule Update Schedule Threats Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.
- Daily
Get
Update Schedule Update Schedule Threats Recurring Daily - Daily
- Every30Mins
Get
Update Schedule Update Schedule Threats Recurring Every30Mins Every30 mins
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- Hourly
Get
Update Schedule Update Schedule Threats Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- New
App intThreshold - New app threshold
- None
Get
Update Schedule Update Schedule Threats Recurring None None
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- Sync
To boolPeer - Sync to peer
- Threshold int
- Threshold
- Weekly
Get
Update Schedule Update Schedule Threats Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.
- daily
Get
Update Schedule Update Schedule Threats Recurring Daily - Daily
- every30Mins
Get
Update Schedule Update Schedule Threats Recurring Every30Mins Every30 mins
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- hourly
Get
Update Schedule Update Schedule Threats Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- new
App IntegerThreshold - New app threshold
- none
Get
Update Schedule Update Schedule Threats Recurring None None
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- sync
To BooleanPeer - Sync to peer
- threshold Integer
- Threshold
- weekly
Get
Update Schedule Update Schedule Threats Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.
- daily
Get
Update Schedule Update Schedule Threats Recurring Daily - Daily
- every30Mins
Get
Update Schedule Update Schedule Threats Recurring Every30Mins Every30 mins
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- hourly
Get
Update Schedule Update Schedule Threats Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- new
App numberThreshold - New app threshold
- none
Get
Update Schedule Update Schedule Threats Recurring None None
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- sync
To booleanPeer - Sync to peer
- threshold number
- Threshold
- weekly
Get
Update Schedule Update Schedule Threats Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.
- daily
Get
Update Schedule Update Schedule Threats Recurring Daily - Daily
- every30_
mins GetUpdate Schedule Update Schedule Threats Recurring Every30Mins Every30 mins
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- hourly
Get
Update Schedule Update Schedule Threats Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- new_
app_ intthreshold - New app threshold
- none
Get
Update Schedule Update Schedule Threats Recurring None None
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- sync_
to_ boolpeer - Sync to peer
- threshold int
- Threshold
- weekly
Get
Update Schedule Update Schedule Threats Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.
- daily Property Map
- Daily
- every30Mins Property Map
Every30 mins
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- hourly Property Map
Hourly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- new
App NumberThreshold - New app threshold
- none Property Map
None
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.- sync
To BooleanPeer - Sync to peer
- threshold Number
- Threshold
- weekly Property Map
Weekly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.
GetUpdateScheduleUpdateScheduleThreatsRecurringDaily
- Action string
- Action
- At string
- At
- Disable
New boolContent - Disable new content
- Action string
- Action
- At string
- At
- Disable
New boolContent - Disable new content
- action String
- Action
- at String
- At
- disable
New BooleanContent - Disable new content
- action string
- Action
- at string
- At
- disable
New booleanContent - Disable new content
- action str
- Action
- at str
- At
- disable_
new_ boolcontent - Disable new content
- action String
- Action
- at String
- At
- disable
New BooleanContent - Disable new content
GetUpdateScheduleUpdateScheduleThreatsRecurringEvery30Mins
- Action string
- Action
- At int
- At
- Disable
New boolContent - Disable new content
- Action string
- Action
- At int
- At
- Disable
New boolContent - Disable new content
- action String
- Action
- at Integer
- At
- disable
New BooleanContent - Disable new content
- action string
- Action
- at number
- At
- disable
New booleanContent - Disable new content
- action str
- Action
- at int
- At
- disable_
new_ boolcontent - Disable new content
- action String
- Action
- at Number
- At
- disable
New BooleanContent - Disable new content
GetUpdateScheduleUpdateScheduleThreatsRecurringHourly
- Action string
- Action
- At double
- At
- Disable
New boolContent - Disable new content
- Action string
- Action
- At float64
- At
- Disable
New boolContent - Disable new content
- action String
- Action
- at Double
- At
- disable
New BooleanContent - Disable new content
- action string
- Action
- at number
- At
- disable
New booleanContent - Disable new content
- action str
- Action
- at float
- At
- disable_
new_ boolcontent - Disable new content
- action String
- Action
- at Number
- At
- disable
New BooleanContent - Disable new content
GetUpdateScheduleUpdateScheduleThreatsRecurringWeekly
- Action string
- Action
- At string
- At
- Day
Of stringWeek - Day of week
- Disable
New boolContent - Disable new content
- Action string
- Action
- At string
- At
- Day
Of stringWeek - Day of week
- Disable
New boolContent - Disable new content
- action String
- Action
- at String
- At
- day
Of StringWeek - Day of week
- disable
New BooleanContent - Disable new content
- action string
- Action
- at string
- At
- day
Of stringWeek - Day of week
- disable
New booleanContent - Disable new content
- action str
- Action
- at str
- At
- day_
of_ strweek - Day of week
- disable_
new_ boolcontent - Disable new content
- action String
- Action
- at String
- At
- day
Of StringWeek - Day of week
- disable
New BooleanContent - Disable new content
GetUpdateScheduleUpdateScheduleWildfire
- recurring Property Map
- Recurring
GetUpdateScheduleUpdateScheduleWildfireRecurring
- Every15Mins
Get
Update Schedule Update Schedule Wildfire Recurring Every15Mins - Every15 mins
- Every30Mins
Get
Update Schedule Update Schedule Wildfire Recurring Every30Mins Every30 mins
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- Every
Hour GetUpdate Schedule Update Schedule Wildfire Recurring Every Hour Every hour
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- Every
Min GetUpdate Schedule Update Schedule Wildfire Recurring Every Min Every min
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- None
Get
Update Schedule Update Schedule Wildfire Recurring None None
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- Real
Time GetUpdate Schedule Update Schedule Wildfire Recurring Real Time Real time
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.
- Every15Mins
Get
Update Schedule Update Schedule Wildfire Recurring Every15Mins - Every15 mins
- Every30Mins
Get
Update Schedule Update Schedule Wildfire Recurring Every30Mins Every30 mins
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- Every
Hour GetUpdate Schedule Update Schedule Wildfire Recurring Every Hour Every hour
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- Every
Min GetUpdate Schedule Update Schedule Wildfire Recurring Every Min Every min
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- None
Get
Update Schedule Update Schedule Wildfire Recurring None None
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- Real
Time GetUpdate Schedule Update Schedule Wildfire Recurring Real Time Real time
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.
- every15Mins
Get
Update Schedule Update Schedule Wildfire Recurring Every15Mins - Every15 mins
- every30Mins
Get
Update Schedule Update Schedule Wildfire Recurring Every30Mins Every30 mins
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- every
Hour GetUpdate Schedule Update Schedule Wildfire Recurring Every Hour Every hour
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- every
Min GetUpdate Schedule Update Schedule Wildfire Recurring Every Min Every min
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- none
Get
Update Schedule Update Schedule Wildfire Recurring None None
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- real
Time GetUpdate Schedule Update Schedule Wildfire Recurring Real Time Real time
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.
- every15Mins
Get
Update Schedule Update Schedule Wildfire Recurring Every15Mins - Every15 mins
- every30Mins
Get
Update Schedule Update Schedule Wildfire Recurring Every30Mins Every30 mins
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- every
Hour GetUpdate Schedule Update Schedule Wildfire Recurring Every Hour Every hour
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- every
Min GetUpdate Schedule Update Schedule Wildfire Recurring Every Min Every min
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- none
Get
Update Schedule Update Schedule Wildfire Recurring None None
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- real
Time GetUpdate Schedule Update Schedule Wildfire Recurring Real Time Real time
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.
- every15_
mins GetUpdate Schedule Update Schedule Wildfire Recurring Every15Mins - Every15 mins
- every30_
mins GetUpdate Schedule Update Schedule Wildfire Recurring Every30Mins Every30 mins
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- every_
hour GetUpdate Schedule Update Schedule Wildfire Recurring Every Hour Every hour
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- every_
min GetUpdate Schedule Update Schedule Wildfire Recurring Every Min Every min
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- none
Get
Update Schedule Update Schedule Wildfire Recurring None None
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- real_
time GetUpdate Schedule Update Schedule Wildfire Recurring Real Time Real time
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_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, andreal_time.- every
Hour Property Map Every hour
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- every
Min Property Map Every min
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- none Property Map
None
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.- real
Time Property Map Real time
ℹ️ Note: You must specify exactly one of
every_15_mins,every_30_mins,every_hour,every_min,none, andreal_time.
GetUpdateScheduleUpdateScheduleWildfireRecurringEvery15Mins
- Action string
- Action
- At int
- At
- Sync
To boolPeer - Sync to peer
- Action string
- Action
- At int
- At
- Sync
To boolPeer - Sync to peer
- action String
- Action
- at Integer
- At
- sync
To BooleanPeer - Sync to peer
- action string
- Action
- at number
- At
- sync
To booleanPeer - Sync to peer
- action str
- Action
- at int
- At
- sync_
to_ boolpeer - Sync to peer
- action String
- Action
- at Number
- At
- sync
To BooleanPeer - Sync to peer
GetUpdateScheduleUpdateScheduleWildfireRecurringEvery30Mins
- Action string
- Action
- At int
- At
- Sync
To boolPeer - Sync to peer
- Action string
- Action
- At int
- At
- Sync
To boolPeer - Sync to peer
- action String
- Action
- at Integer
- At
- sync
To BooleanPeer - Sync to peer
- action string
- Action
- at number
- At
- sync
To booleanPeer - Sync to peer
- action str
- Action
- at int
- At
- sync_
to_ boolpeer - Sync to peer
- action String
- Action
- at Number
- At
- sync
To BooleanPeer - Sync to peer
GetUpdateScheduleUpdateScheduleWildfireRecurringEveryHour
- Action string
- Action
- At int
- At
- Sync
To boolPeer - Sync to peer
- Action string
- Action
- At int
- At
- Sync
To boolPeer - Sync to peer
- action String
- Action
- at Integer
- At
- sync
To BooleanPeer - Sync to peer
- action string
- Action
- at number
- At
- sync
To booleanPeer - Sync to peer
- action str
- Action
- at int
- At
- sync_
to_ boolpeer - Sync to peer
- action String
- Action
- at Number
- At
- sync
To BooleanPeer - Sync to peer
GetUpdateScheduleUpdateScheduleWildfireRecurringEveryMin
- Action string
- Action
- Sync
To boolPeer - Sync to peer
- Action string
- Action
- Sync
To boolPeer - Sync to peer
- action String
- Action
- sync
To BooleanPeer - Sync to peer
- action string
- Action
- sync
To booleanPeer - Sync to peer
- action str
- Action
- sync_
to_ boolpeer - Sync to peer
- action String
- Action
- sync
To BooleanPeer - Sync to peer
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
