Retrieves a listing of config items.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const allSettings = scm.getUpdateScheduleList({
folder: "All",
});
export const fetchedSettingListSummary = {
countOfSettingsFetched: allSettings.then(allSettings => allSettings.total),
value: allSettings.then(allSettings => allSettings.datas?.[0]),
};
import pulumi
import pulumi_scm as scm
all_settings = scm.get_update_schedule_list(folder="All")
pulumi.export("fetchedSettingListSummary", {
"countOfSettingsFetched": all_settings.total,
"value": all_settings.datas[0],
})
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 {
allSettings, err := scm.GetUpdateScheduleList(ctx, &scm.GetUpdateScheduleListArgs{
Folder: pulumi.StringRef("All"),
}, nil)
if err != nil {
return err
}
ctx.Export("fetchedSettingListSummary", pulumi.Map{
"countOfSettingsFetched": allSettings.Total,
"value": allSettings.Datas[0],
})
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() =>
{
var allSettings = Scm.GetUpdateScheduleList.Invoke(new()
{
Folder = "All",
});
return new Dictionary<string, object?>
{
["fetchedSettingListSummary"] =
{
{ "countOfSettingsFetched", allSettings.Apply(getUpdateScheduleListResult => getUpdateScheduleListResult.Total) },
{ "value", allSettings.Apply(getUpdateScheduleListResult => getUpdateScheduleListResult.Datas[0]) },
},
};
});
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.GetUpdateScheduleListArgs;
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 allSettings = ScmFunctions.getUpdateScheduleList(GetUpdateScheduleListArgs.builder()
.folder("All")
.build());
ctx.export("fetchedSettingListSummary", Map.ofEntries(
Map.entry("countOfSettingsFetched", allSettings.total()),
Map.entry("value", allSettings.datas()[0])
));
}
}
variables:
allSettings:
fn::invoke:
function: scm:getUpdateScheduleList
arguments:
folder: All
outputs:
# -----------------------------------------------------------------------------
# OUTPUT: Display the fetched list data
# -----------------------------------------------------------------------------
fetchedSettingListSummary:
countOfSettingsFetched: ${allSettings.total}
value: ${allSettings.datas[0]}
Using getUpdateScheduleList
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 getUpdateScheduleList(args: GetUpdateScheduleListArgs, opts?: InvokeOptions): Promise<GetUpdateScheduleListResult>
function getUpdateScheduleListOutput(args: GetUpdateScheduleListOutputArgs, opts?: InvokeOptions): Output<GetUpdateScheduleListResult>def get_update_schedule_list(device: Optional[str] = None,
folder: Optional[str] = None,
limit: Optional[int] = None,
name: Optional[str] = None,
offset: Optional[int] = None,
snippet: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUpdateScheduleListResult
def get_update_schedule_list_output(device: Optional[pulumi.Input[str]] = None,
folder: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[int]] = None,
name: Optional[pulumi.Input[str]] = None,
offset: Optional[pulumi.Input[int]] = None,
snippet: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUpdateScheduleListResult]func GetUpdateScheduleList(ctx *Context, args *GetUpdateScheduleListArgs, opts ...InvokeOption) (*GetUpdateScheduleListResult, error)
func GetUpdateScheduleListOutput(ctx *Context, args *GetUpdateScheduleListOutputArgs, opts ...InvokeOption) GetUpdateScheduleListResultOutput> Note: This function is named GetUpdateScheduleList in the Go SDK.
public static class GetUpdateScheduleList
{
public static Task<GetUpdateScheduleListResult> InvokeAsync(GetUpdateScheduleListArgs args, InvokeOptions? opts = null)
public static Output<GetUpdateScheduleListResult> Invoke(GetUpdateScheduleListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUpdateScheduleListResult> getUpdateScheduleList(GetUpdateScheduleListArgs args, InvokeOptions options)
public static Output<GetUpdateScheduleListResult> getUpdateScheduleList(GetUpdateScheduleListArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getUpdateScheduleList:getUpdateScheduleList
arguments:
# arguments dictionaryThe following arguments are supported:
getUpdateScheduleList Result
The following output properties are available:
- Datas
List<Get
Update Schedule List Data> - The data.
- Id string
- The provider-assigned unique ID for this managed resource.
- Tfid string
- Total int
- The total number of items.
- Device string
- The device of the item.
- Folder string
- The folder of the item. Default: Shared.
- Limit int
- The max number of items to return. Default: 200.
- Name string
- The name of the item.
- Offset int
- The offset of the first item to return.
- Snippet string
- The snippet of the item.
- Datas
[]Get
Update Schedule List Data - The data.
- Id string
- The provider-assigned unique ID for this managed resource.
- Tfid string
- Total int
- The total number of items.
- Device string
- The device of the item.
- Folder string
- The folder of the item. Default: Shared.
- Limit int
- The max number of items to return. Default: 200.
- Name string
- The name of the item.
- Offset int
- The offset of the first item to return.
- Snippet string
- The snippet of the item.
- datas
List<Get
Update Schedule List Data> - The data.
- id String
- The provider-assigned unique ID for this managed resource.
- tfid String
- total Integer
- The total number of items.
- device String
- The device of the item.
- folder String
- The folder of the item. Default: Shared.
- limit Integer
- The max number of items to return. Default: 200.
- name String
- The name of the item.
- offset Integer
- The offset of the first item to return.
- snippet String
- The snippet of the item.
- datas
Get
Update Schedule List Data[] - The data.
- id string
- The provider-assigned unique ID for this managed resource.
- tfid string
- total number
- The total number of items.
- device string
- The device of the item.
- folder string
- The folder of the item. Default: Shared.
- limit number
- The max number of items to return. Default: 200.
- name string
- The name of the item.
- offset number
- The offset of the first item to return.
- snippet string
- The snippet of the item.
- datas
Sequence[Get
Update Schedule List Data] - The data.
- id str
- The provider-assigned unique ID for this managed resource.
- tfid str
- total int
- The total number of items.
- device str
- The device of the item.
- folder str
- The folder of the item. Default: Shared.
- limit int
- The max number of items to return. Default: 200.
- name str
- The name of the item.
- offset int
- The offset of the first item to return.
- snippet str
- The snippet of the item.
- datas List<Property Map>
- The data.
- id String
- The provider-assigned unique ID for this managed resource.
- tfid String
- total Number
- The total number of items.
- device String
- The device of the item.
- folder String
- The folder of the item. Default: Shared.
- limit Number
- The max number of items to return. Default: 200.
- name String
- The name of the item.
- offset Number
- The offset of the first item to return.
- snippet String
- The snippet of the item.
Supporting Types
GetUpdateScheduleListData
- Device string
- The device in which the resource is defined
- Folder string
- The folder of the item. Default: Shared.
- Id string
- UUID of the resource
- Snippet string
- The snippet of the item.
- Tfid string
- Update
Schedule GetUpdate Schedule List Data Update Schedule - Update schedule
- Device string
- The device in which the resource is defined
- Folder string
- The folder of the item. Default: Shared.
- Id string
- UUID of the resource
- Snippet string
- The snippet of the item.
- Tfid string
- Update
Schedule GetUpdate Schedule List Data Update Schedule - Update schedule
- device String
- The device in which the resource is defined
- folder String
- The folder of the item. Default: Shared.
- id String
- UUID of the resource
- snippet String
- The snippet of the item.
- tfid String
- update
Schedule GetUpdate Schedule List Data Update Schedule - Update schedule
- device string
- The device in which the resource is defined
- folder string
- The folder of the item. Default: Shared.
- id string
- UUID of the resource
- snippet string
- The snippet of the item.
- tfid string
- update
Schedule GetUpdate Schedule List Data Update Schedule - Update schedule
- device str
- The device in which the resource is defined
- folder str
- The folder of the item. Default: Shared.
- id str
- UUID of the resource
- snippet str
- The snippet of the item.
- tfid str
- update_
schedule GetUpdate Schedule List Data Update Schedule - Update schedule
- device String
- The device in which the resource is defined
- folder String
- The folder of the item. Default: Shared.
- id String
- UUID of the resource
- snippet String
- The snippet of the item.
- tfid String
- update
Schedule Property Map - Update schedule
GetUpdateScheduleListDataUpdateSchedule
- anti
Virus Property Map - Anti virus
- threats Property Map
- Threats
- wildfire Property Map
- Wildfire
GetUpdateScheduleListDataUpdateScheduleAntiVirus
- recurring Property Map
- Recurring
GetUpdateScheduleListDataUpdateScheduleAntiVirusRecurring
- Daily
Get
Update Schedule List Data Update Schedule Anti Virus Recurring Daily - Daily
- Hourly
Get
Update Schedule List Data Update Schedule Anti Virus Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- None
Get
Update Schedule List Data 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 List Data Update Schedule Anti Virus Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.
- Daily
Get
Update Schedule List Data Update Schedule Anti Virus Recurring Daily - Daily
- Hourly
Get
Update Schedule List Data Update Schedule Anti Virus Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- None
Get
Update Schedule List Data 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 List Data Update Schedule Anti Virus Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.
- daily
Get
Update Schedule List Data Update Schedule Anti Virus Recurring Daily - Daily
- hourly
Get
Update Schedule List Data Update Schedule Anti Virus Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- none
Get
Update Schedule List Data 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 List Data Update Schedule Anti Virus Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.
- daily
Get
Update Schedule List Data Update Schedule Anti Virus Recurring Daily - Daily
- hourly
Get
Update Schedule List Data Update Schedule Anti Virus Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- none
Get
Update Schedule List Data 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 List Data Update Schedule Anti Virus Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.
- daily
Get
Update Schedule List Data Update Schedule Anti Virus Recurring Daily - Daily
- hourly
Get
Update Schedule List Data Update Schedule Anti Virus Recurring Hourly Hourly
ℹ️ Note: You must specify exactly one of
daily,hourly,none, andweekly.- none
Get
Update Schedule List Data 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 List Data 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.
GetUpdateScheduleListDataUpdateScheduleAntiVirusRecurringDaily
GetUpdateScheduleListDataUpdateScheduleAntiVirusRecurringHourly
GetUpdateScheduleListDataUpdateScheduleAntiVirusRecurringWeekly
- action str
- Action
- at str
- At
- day_
of_ strweek - Day of week
GetUpdateScheduleListDataUpdateScheduleThreats
- recurring Property Map
- Recurring
GetUpdateScheduleListDataUpdateScheduleThreatsRecurring
- Daily
Get
Update Schedule List Data Update Schedule Threats Recurring Daily - Daily
- Every30Mins
Get
Update Schedule List Data 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 List Data 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 List Data 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 List Data Update Schedule Threats Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.
- Daily
Get
Update Schedule List Data Update Schedule Threats Recurring Daily - Daily
- Every30Mins
Get
Update Schedule List Data 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 List Data 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 List Data 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 List Data Update Schedule Threats Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.
- daily
Get
Update Schedule List Data Update Schedule Threats Recurring Daily - Daily
- every30Mins
Get
Update Schedule List Data 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 List Data 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 List Data 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 List Data Update Schedule Threats Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.
- daily
Get
Update Schedule List Data Update Schedule Threats Recurring Daily - Daily
- every30Mins
Get
Update Schedule List Data 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 List Data 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 List Data 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 List Data Update Schedule Threats Recurring Weekly Weekly
ℹ️ Note: You must specify exactly one of
daily,every_30_mins,hourly,none, andweekly.
- daily
Get
Update Schedule List Data Update Schedule Threats Recurring Daily - Daily
- every30_
mins GetUpdate Schedule List Data 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 List Data 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 List Data 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 List Data 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.
GetUpdateScheduleListDataUpdateScheduleThreatsRecurringDaily
- 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
GetUpdateScheduleListDataUpdateScheduleThreatsRecurringEvery30Mins
- 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
GetUpdateScheduleListDataUpdateScheduleThreatsRecurringHourly
- 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
GetUpdateScheduleListDataUpdateScheduleThreatsRecurringWeekly
- 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
GetUpdateScheduleListDataUpdateScheduleWildfire
- recurring Property Map
- Recurring
GetUpdateScheduleListDataUpdateScheduleWildfireRecurring
- Every15Mins
Get
Update Schedule List Data Update Schedule Wildfire Recurring Every15Mins - Every15 mins
- Every30Mins
Get
Update Schedule List Data 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 List Data 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 List Data 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 List Data 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 List Data 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 List Data Update Schedule Wildfire Recurring Every15Mins - Every15 mins
- Every30Mins
Get
Update Schedule List Data 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 List Data 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 List Data 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 List Data 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 List Data 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 List Data Update Schedule Wildfire Recurring Every15Mins - Every15 mins
- every30Mins
Get
Update Schedule List Data 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 List Data 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 List Data 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 List Data 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 List Data 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 List Data Update Schedule Wildfire Recurring Every15Mins - Every15 mins
- every30Mins
Get
Update Schedule List Data 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 List Data 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 List Data 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 List Data 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 List Data 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 List Data Update Schedule Wildfire Recurring Every15Mins - Every15 mins
- every30_
mins GetUpdate Schedule List Data 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 List Data 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 List Data 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 List Data 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 List Data 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.
GetUpdateScheduleListDataUpdateScheduleWildfireRecurringEvery15Mins
- 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
GetUpdateScheduleListDataUpdateScheduleWildfireRecurringEvery30Mins
- 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
GetUpdateScheduleListDataUpdateScheduleWildfireRecurringEveryHour
- 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
GetUpdateScheduleListDataUpdateScheduleWildfireRecurringEveryMin
- 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.
