Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
published on Thursday, Aug 20, 2026 by jschady
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
published on Thursday, Aug 20, 2026 by jschady
A Holiday Calendar defines site-wide holiday dates and optional partial-day windows that scheduled resources skip.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as filescom from "pulumi-filescom";
const exampleHolidayCalendar = filescom.getHolidayCalendar({
id: 1,
});
import pulumi
import pulumi_filescom as filescom
example_holiday_calendar = filescom.get_holiday_calendar(id=1)
package main
import (
"github.com/jschady/pulumi-filescom/sdk/go/filescom"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := filescom.GetHolidayCalendar(ctx, &filescom.LookupHolidayCalendarArgs{
Id: 1,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Filescom = Jschady.Filescom;
return await Deployment.RunAsync(() =>
{
var exampleHolidayCalendar = Filescom.GetHolidayCalendar.Invoke(new()
{
Id = 1,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.filescom.FilescomFunctions;
import com.pulumi.filescom.inputs.GetHolidayCalendarArgs;
import java.util.ArrayList;
import java.util.Arrays;
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 exampleHolidayCalendar = FilescomFunctions.getHolidayCalendar(GetHolidayCalendarArgs.builder()
.id(1)
.build());
}
}
variables:
exampleHolidayCalendar:
fn::invoke:
function: filescom:getHolidayCalendar
arguments:
id: 1
pulumi {
required_providers {
filescom = {
source = "pulumi/filescom"
}
}
}
data "filescom_getholidaycalendar" "exampleHolidayCalendar" {
id = 1
}
Using getHolidayCalendar
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 getHolidayCalendar(args: GetHolidayCalendarArgs, opts?: InvokeOptions): Promise<GetHolidayCalendarResult>
function getHolidayCalendarOutput(args: GetHolidayCalendarOutputArgs, opts?: InvokeOutputOptions): Output<GetHolidayCalendarResult>def get_holiday_calendar(id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetHolidayCalendarResult
def get_holiday_calendar_output(id: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetHolidayCalendarResult]func LookupHolidayCalendar(ctx *Context, args *LookupHolidayCalendarArgs, opts ...InvokeOption) (*LookupHolidayCalendarResult, error)
func LookupHolidayCalendarOutput(ctx *Context, args *LookupHolidayCalendarOutputArgs, opts ...InvokeOption) LookupHolidayCalendarResultOutput> Note: This function is named LookupHolidayCalendar in the Go SDK.
public static class GetHolidayCalendar
{
public static Task<GetHolidayCalendarResult> InvokeAsync(GetHolidayCalendarArgs args, InvokeOptions? opts = null)
public static Output<GetHolidayCalendarResult> Invoke(GetHolidayCalendarInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetHolidayCalendarResult> Invoke(GetHolidayCalendarInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetHolidayCalendarResult> getHolidayCalendar(GetHolidayCalendarArgs args, InvokeOptions options)
public static Output<GetHolidayCalendarResult> getHolidayCalendar(GetHolidayCalendarArgs args, InvokeOptions options)
public static Output<GetHolidayCalendarResult> getHolidayCalendar(GetHolidayCalendarArgs args, InvokeOutputOptions options)
fn::invoke:
function: filescom:index/getHolidayCalendar:getHolidayCalendar
arguments:
# arguments dictionarydata "filescom_get_holiday_calendar" "name" {
# arguments
}The following arguments are supported:
- Id int
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar.
- Id int
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar.
- id number
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar.
- id Integer
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar.
- id number
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar.
- id int
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar.
- id Number
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar.
getHolidayCalendar Result
The following output properties are available:
- Created
At string - Creation time.
- Definition
Jschady.
Filescom. Outputs. Get Holiday Calendar Definition - Holiday rules for the calendar.
- Id int
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar. - Name string
- Holiday Calendar name.
- Updated
At string - Last update time.
- Created
At string - Creation time.
- Definition
Get
Holiday Calendar Definition - Holiday rules for the calendar.
- Id int
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar. - Name string
- Holiday Calendar name.
- Updated
At string - Last update time.
- created_
at string - Creation time.
- definition object
- Holiday rules for the calendar.
- id number
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar. - name string
- Holiday Calendar name.
- updated_
at string - Last update time.
- created
At String - Creation time.
- definition
Get
Holiday Calendar Definition - Holiday rules for the calendar.
- id Integer
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar. - name String
- Holiday Calendar name.
- updated
At String - Last update time.
- created
At string - Creation time.
- definition
Get
Holiday Calendar Definition - Holiday rules for the calendar.
- id number
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar. - name string
- Holiday Calendar name.
- updated
At string - Last update time.
- created_
at str - Creation time.
- definition
Get
Holiday Calendar Definition - Holiday rules for the calendar.
- id int
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar. - name str
- Holiday Calendar name.
- updated_
at str - Last update time.
- created
At String - Creation time.
- definition Property Map
- Holiday rules for the calendar.
- id Number
- Holiday Calendar ID. Set a scheduled resource's
holidayRegiontocustom_followed by this ID to make it skip the days in this calendar. - name String
- Holiday Calendar name.
- updated
At String - Last update time.
Supporting Types
GetHolidayCalendarDefinition
- Months
Dictionary<string, Jschady.
Filescom. Inputs. Get Holiday Calendar Definition Months> - Keys 1 through 12 contain rules for that month. Key 0 contains calculated-date rules. At most 366 rules are allowed across all months.
- Months
map[string]Get
Holiday Calendar Definition Months - Keys 1 through 12 contain rules for that month. Key 0 contains calculated-date rules. At most 366 rules are allowed across all months.
- months map(object)
- Keys 1 through 12 contain rules for that month. Key 0 contains calculated-date rules. At most 366 rules are allowed across all months.
- months
Map<String,Get
Holiday Calendar Definition Months> - Keys 1 through 12 contain rules for that month. Key 0 contains calculated-date rules. At most 366 rules are allowed across all months.
- months
{[key: string]: Get
Holiday Calendar Definition Months} - Keys 1 through 12 contain rules for that month. Key 0 contains calculated-date rules. At most 366 rules are allowed across all months.
- months
Mapping[str, Get
Holiday Calendar Definition Months] - Keys 1 through 12 contain rules for that month. Key 0 contains calculated-date rules. At most 366 rules are allowed across all months.
- months Map<Property Map>
- Keys 1 through 12 contain rules for that month. Key 0 contains calculated-date rules. At most 366 rules are allowed across all months.
GetHolidayCalendarDefinitionMonths
GetHolidayCalendarDefinitionMonthsCalculatedRule
- End
Time string - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- Function string
- Supported calculated-date function.
- Function
Modifier int - Number of days to add to or subtract from the calculated date.
- Name string
- Optional rule name.
- Observed string
- Optional function used to move the selected date when it falls on a weekend.
- Start
Time string - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- Year
Ranges Jschady.Filescom. Inputs. Get Holiday Calendar Definition Months Calculated Rule Year Ranges - Optional inclusive year restriction.
- End
Time string - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- Function string
- Supported calculated-date function.
- Function
Modifier int - Number of days to add to or subtract from the calculated date.
- Name string
- Optional rule name.
- Observed string
- Optional function used to move the selected date when it falls on a weekend.
- Start
Time string - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- Year
Ranges GetHoliday Calendar Definition Months Calculated Rule Year Ranges - Optional inclusive year restriction.
- end_
time string - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- function string
- Supported calculated-date function.
- function_
modifier number - Number of days to add to or subtract from the calculated date.
- name string
- Optional rule name.
- observed string
- Optional function used to move the selected date when it falls on a weekend.
- start_
time string - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- year_
ranges object - Optional inclusive year restriction.
- end
Time String - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- function String
- Supported calculated-date function.
- function
Modifier Integer - Number of days to add to or subtract from the calculated date.
- name String
- Optional rule name.
- observed String
- Optional function used to move the selected date when it falls on a weekend.
- start
Time String - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- year
Ranges GetHoliday Calendar Definition Months Calculated Rule Year Ranges - Optional inclusive year restriction.
- end
Time string - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- function string
- Supported calculated-date function.
- function
Modifier number - Number of days to add to or subtract from the calculated date.
- name string
- Optional rule name.
- observed string
- Optional function used to move the selected date when it falls on a weekend.
- start
Time string - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- year
Ranges GetHoliday Calendar Definition Months Calculated Rule Year Ranges - Optional inclusive year restriction.
- end_
time str - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- function str
- Supported calculated-date function.
- function_
modifier int - Number of days to add to or subtract from the calculated date.
- name str
- Optional rule name.
- observed str
- Optional function used to move the selected date when it falls on a weekend.
- start_
time str - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- year_
ranges GetHoliday Calendar Definition Months Calculated Rule Year Ranges - Optional inclusive year restriction.
- end
Time String - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- function String
- Supported calculated-date function.
- function
Modifier Number - Number of days to add to or subtract from the calculated date.
- name String
- Optional rule name.
- observed String
- Optional function used to move the selected date when it falls on a weekend.
- start
Time String - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- year
Ranges Property Map - Optional inclusive year restriction.
GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRanges
- Between
Jschady.
Filescom. Inputs. Get Holiday Calendar Definition Months Calculated Rule Year Ranges Between - Required start and end years.
- From int
- First year in which the rule applies.
- Limiteds List<int>
- Years in which the rule applies.
- Until int
- Last year in which the rule applies.
- Between
Get
Holiday Calendar Definition Months Calculated Rule Year Ranges Between - Required start and end years.
- From int
- First year in which the rule applies.
- Limiteds []int
- Years in which the rule applies.
- Until int
- Last year in which the rule applies.
- between
Get
Holiday Calendar Definition Months Calculated Rule Year Ranges Between - Required start and end years.
- from Integer
- First year in which the rule applies.
- limiteds List<Integer>
- Years in which the rule applies.
- until Integer
- Last year in which the rule applies.
- between
Get
Holiday Calendar Definition Months Calculated Rule Year Ranges Between - Required start and end years.
- from number
- First year in which the rule applies.
- limiteds number[]
- Years in which the rule applies.
- until number
- Last year in which the rule applies.
- between
Get
Holiday Calendar Definition Months Calculated Rule Year Ranges Between - Required start and end years.
- from_ int
- First year in which the rule applies.
- limiteds Sequence[int]
- Years in which the rule applies.
- until int
- Last year in which the rule applies.
- between Property Map
- Required start and end years.
- from Number
- First year in which the rule applies.
- limiteds List<Number>
- Years in which the rule applies.
- until Number
- Last year in which the rule applies.
GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRangesBetween
GetHolidayCalendarDefinitionMonthsFixedRule
- End
Time string - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- Mday int
- Day of the month. Must be valid for the selected month.
- Name string
- Optional rule name.
- Observed string
- Optional function used to move the selected date when it falls on a weekend.
- Start
Time string - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- Year
Ranges Jschady.Filescom. Inputs. Get Holiday Calendar Definition Months Fixed Rule Year Ranges - Optional inclusive year restriction.
- End
Time string - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- Mday int
- Day of the month. Must be valid for the selected month.
- Name string
- Optional rule name.
- Observed string
- Optional function used to move the selected date when it falls on a weekend.
- Start
Time string - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- Year
Ranges GetHoliday Calendar Definition Months Fixed Rule Year Ranges - Optional inclusive year restriction.
- end_
time string - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- mday number
- Day of the month. Must be valid for the selected month.
- name string
- Optional rule name.
- observed string
- Optional function used to move the selected date when it falls on a weekend.
- start_
time string - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- year_
ranges object - Optional inclusive year restriction.
- end
Time String - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- mday Integer
- Day of the month. Must be valid for the selected month.
- name String
- Optional rule name.
- observed String
- Optional function used to move the selected date when it falls on a weekend.
- start
Time String - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- year
Ranges GetHoliday Calendar Definition Months Fixed Rule Year Ranges - Optional inclusive year restriction.
- end
Time string - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- mday number
- Day of the month. Must be valid for the selected month.
- name string
- Optional rule name.
- observed string
- Optional function used to move the selected date when it falls on a weekend.
- start
Time string - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- year
Ranges GetHoliday Calendar Definition Months Fixed Rule Year Ranges - Optional inclusive year restriction.
- end_
time str - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- mday int
- Day of the month. Must be valid for the selected month.
- name str
- Optional rule name.
- observed str
- Optional function used to move the selected date when it falls on a weekend.
- start_
time str - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- year_
ranges GetHoliday Calendar Definition Months Fixed Rule Year Ranges - Optional inclusive year restriction.
- end
Time String - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- mday Number
- Day of the month. Must be valid for the selected month.
- name String
- Optional rule name.
- observed String
- Optional function used to move the selected date when it falls on a weekend.
- start
Time String - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- year
Ranges Property Map - Optional inclusive year restriction.
GetHolidayCalendarDefinitionMonthsFixedRuleYearRanges
- Between
Jschady.
Filescom. Inputs. Get Holiday Calendar Definition Months Fixed Rule Year Ranges Between - Required start and end years.
- From int
- First year in which the rule applies.
- Limiteds List<int>
- Years in which the rule applies.
- Until int
- Last year in which the rule applies.
- Between
Get
Holiday Calendar Definition Months Fixed Rule Year Ranges Between - Required start and end years.
- From int
- First year in which the rule applies.
- Limiteds []int
- Years in which the rule applies.
- Until int
- Last year in which the rule applies.
- between
Get
Holiday Calendar Definition Months Fixed Rule Year Ranges Between - Required start and end years.
- from Integer
- First year in which the rule applies.
- limiteds List<Integer>
- Years in which the rule applies.
- until Integer
- Last year in which the rule applies.
- between
Get
Holiday Calendar Definition Months Fixed Rule Year Ranges Between - Required start and end years.
- from number
- First year in which the rule applies.
- limiteds number[]
- Years in which the rule applies.
- until number
- Last year in which the rule applies.
- between
Get
Holiday Calendar Definition Months Fixed Rule Year Ranges Between - Required start and end years.
- from_ int
- First year in which the rule applies.
- limiteds Sequence[int]
- Years in which the rule applies.
- until int
- Last year in which the rule applies.
- between Property Map
- Required start and end years.
- from Number
- First year in which the rule applies.
- limiteds List<Number>
- Years in which the rule applies.
- until Number
- Last year in which the rule applies.
GetHolidayCalendarDefinitionMonthsFixedRuleYearRangesBetween
GetHolidayCalendarDefinitionMonthsWeekdayRule
- End
Time string - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- Name string
- Optional rule name.
- Observed string
- Optional function used to move the selected date when it falls on a weekend.
- Start
Time string - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- Wday int
- Day of the week, where 0 is Sunday and 6 is Saturday.
- Week int
- Occurrence of the weekday in the month. Negative values count from the end of the month.
- Year
Ranges Jschady.Filescom. Inputs. Get Holiday Calendar Definition Months Weekday Rule Year Ranges - Optional inclusive year restriction.
- End
Time string - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- Name string
- Optional rule name.
- Observed string
- Optional function used to move the selected date when it falls on a weekend.
- Start
Time string - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- Wday int
- Day of the week, where 0 is Sunday and 6 is Saturday.
- Week int
- Occurrence of the weekday in the month. Negative values count from the end of the month.
- Year
Ranges GetHoliday Calendar Definition Months Weekday Rule Year Ranges - Optional inclusive year restriction.
- end_
time string - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- name string
- Optional rule name.
- observed string
- Optional function used to move the selected date when it falls on a weekend.
- start_
time string - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- wday number
- Day of the week, where 0 is Sunday and 6 is Saturday.
- week number
- Occurrence of the weekday in the month. Negative values count from the end of the month.
- year_
ranges object - Optional inclusive year restriction.
- end
Time String - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- name String
- Optional rule name.
- observed String
- Optional function used to move the selected date when it falls on a weekend.
- start
Time String - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- wday Integer
- Day of the week, where 0 is Sunday and 6 is Saturday.
- week Integer
- Occurrence of the weekday in the month. Negative values count from the end of the month.
- year
Ranges GetHoliday Calendar Definition Months Weekday Rule Year Ranges - Optional inclusive year restriction.
- end
Time string - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- name string
- Optional rule name.
- observed string
- Optional function used to move the selected date when it falls on a weekend.
- start
Time string - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- wday number
- Day of the week, where 0 is Sunday and 6 is Saturday.
- week number
- Occurrence of the weekday in the month. Negative values count from the end of the month.
- year
Ranges GetHoliday Calendar Definition Months Weekday Rule Year Ranges - Optional inclusive year restriction.
- end_
time str - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- name str
- Optional rule name.
- observed str
- Optional function used to move the selected date when it falls on a weekend.
- start_
time str - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- wday int
- Day of the week, where 0 is Sunday and 6 is Saturday.
- week int
- Occurrence of the weekday in the month. Negative values count from the end of the month.
- year_
ranges GetHoliday Calendar Definition Months Weekday Rule Year Ranges - Optional inclusive year restriction.
- end
Time String - Exclusive end of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be later than start_time.
- name String
- Optional rule name.
- observed String
- Optional function used to move the selected date when it falls on a weekend.
- start
Time String - Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
- wday Number
- Day of the week, where 0 is Sunday and 6 is Saturday.
- week Number
- Occurrence of the weekday in the month. Negative values count from the end of the month.
- year
Ranges Property Map - Optional inclusive year restriction.
GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRanges
- Between
Jschady.
Filescom. Inputs. Get Holiday Calendar Definition Months Weekday Rule Year Ranges Between - Required start and end years.
- From int
- First year in which the rule applies.
- Limiteds List<int>
- Years in which the rule applies.
- Until int
- Last year in which the rule applies.
- Between
Get
Holiday Calendar Definition Months Weekday Rule Year Ranges Between - Required start and end years.
- From int
- First year in which the rule applies.
- Limiteds []int
- Years in which the rule applies.
- Until int
- Last year in which the rule applies.
- between
Get
Holiday Calendar Definition Months Weekday Rule Year Ranges Between - Required start and end years.
- from Integer
- First year in which the rule applies.
- limiteds List<Integer>
- Years in which the rule applies.
- until Integer
- Last year in which the rule applies.
- between
Get
Holiday Calendar Definition Months Weekday Rule Year Ranges Between - Required start and end years.
- from number
- First year in which the rule applies.
- limiteds number[]
- Years in which the rule applies.
- until number
- Last year in which the rule applies.
- between
Get
Holiday Calendar Definition Months Weekday Rule Year Ranges Between - Required start and end years.
- from_ int
- First year in which the rule applies.
- limiteds Sequence[int]
- Years in which the rule applies.
- until int
- Last year in which the rule applies.
- between Property Map
- Required start and end years.
- from Number
- First year in which the rule applies.
- limiteds List<Number>
- Years in which the rule applies.
- until Number
- Last year in which the rule applies.
GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRangesBetween
Package Details
- Repository
- filescom jschady/pulumi-filescom
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
filescomTerraform Provider.
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
published on Thursday, Aug 20, 2026 by jschady