1. Registry
  2. Packages
  3. Files.com
  4. API Docs
  5. getHolidayCalendar
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
filescom logo
Viewing docs for Files.com v0.1.1
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 dictionary
    data "filescom_get_holiday_calendar" "name" {
        # arguments
    }

    The following arguments are supported:

    Id int
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    Id int
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    id number
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    id Integer
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    id number
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    id int
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    id Number
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.

    getHolidayCalendar Result

    The following output properties are available:

    CreatedAt string
    Creation time.
    Definition Jschady.Filescom.Outputs.GetHolidayCalendarDefinition
    Holiday rules for the calendar.
    Id int
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    Name string
    Holiday Calendar name.
    UpdatedAt string
    Last update time.
    CreatedAt string
    Creation time.
    Definition GetHolidayCalendarDefinition
    Holiday rules for the calendar.
    Id int
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    Name string
    Holiday Calendar name.
    UpdatedAt 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 holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    name string
    Holiday Calendar name.
    updated_at string
    Last update time.
    createdAt String
    Creation time.
    definition GetHolidayCalendarDefinition
    Holiday rules for the calendar.
    id Integer
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    name String
    Holiday Calendar name.
    updatedAt String
    Last update time.
    createdAt string
    Creation time.
    definition GetHolidayCalendarDefinition
    Holiday rules for the calendar.
    id number
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    name string
    Holiday Calendar name.
    updatedAt string
    Last update time.
    created_at str
    Creation time.
    definition GetHolidayCalendarDefinition
    Holiday rules for the calendar.
    id int
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    name str
    Holiday Calendar name.
    updated_at str
    Last update time.
    createdAt String
    Creation time.
    definition Property Map
    Holiday rules for the calendar.
    id Number
    Holiday Calendar ID. Set a scheduled resource's holidayRegion to custom_ followed by this ID to make it skip the days in this calendar.
    name String
    Holiday Calendar name.
    updatedAt String
    Last update time.

    Supporting Types

    GetHolidayCalendarDefinition

    Months Dictionary<string, Jschady.Filescom.Inputs.GetHolidayCalendarDefinitionMonths>
    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]GetHolidayCalendarDefinitionMonths
    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,GetHolidayCalendarDefinitionMonths>
    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]: GetHolidayCalendarDefinitionMonths}
    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, GetHolidayCalendarDefinitionMonths]
    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

    EndTime 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.
    FunctionModifier 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.
    StartTime string
    Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
    YearRanges Jschady.Filescom.Inputs.GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRanges
    Optional inclusive year restriction.
    EndTime 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.
    FunctionModifier 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.
    StartTime string
    Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
    YearRanges GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRanges
    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.
    endTime 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.
    functionModifier 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.
    startTime String
    Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
    yearRanges GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRanges
    Optional inclusive year restriction.
    endTime 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.
    functionModifier 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.
    startTime string
    Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
    yearRanges GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRanges
    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 GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRanges
    Optional inclusive year restriction.
    endTime 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.
    functionModifier 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.
    startTime String
    Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
    yearRanges Property Map
    Optional inclusive year restriction.

    GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRanges

    Between Jschady.Filescom.Inputs.GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRangesBetween
    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 GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRangesBetween
    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 object
    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.
    between GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRangesBetween
    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 GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRangesBetween
    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 GetHolidayCalendarDefinitionMonthsCalculatedRuleYearRangesBetween
    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

    End int
    Start int
    End int
    Start int
    end number
    start number
    end Integer
    start Integer
    end number
    start number
    end int
    start int
    end Number
    start Number

    GetHolidayCalendarDefinitionMonthsFixedRule

    EndTime 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.
    StartTime string
    Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
    YearRanges Jschady.Filescom.Inputs.GetHolidayCalendarDefinitionMonthsFixedRuleYearRanges
    Optional inclusive year restriction.
    EndTime 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.
    StartTime string
    Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
    YearRanges GetHolidayCalendarDefinitionMonthsFixedRuleYearRanges
    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.
    endTime 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.
    startTime String
    Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
    yearRanges GetHolidayCalendarDefinitionMonthsFixedRuleYearRanges
    Optional inclusive year restriction.
    endTime 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.
    startTime string
    Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
    yearRanges GetHolidayCalendarDefinitionMonthsFixedRuleYearRanges
    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 GetHolidayCalendarDefinitionMonthsFixedRuleYearRanges
    Optional inclusive year restriction.
    endTime 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.
    startTime String
    Inclusive start of a partial-day window in 24-hour HH:MM or HH:MM:SS format. Must be earlier than end_time.
    yearRanges Property Map
    Optional inclusive year restriction.

    GetHolidayCalendarDefinitionMonthsFixedRuleYearRanges

    Between Jschady.Filescom.Inputs.GetHolidayCalendarDefinitionMonthsFixedRuleYearRangesBetween
    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 GetHolidayCalendarDefinitionMonthsFixedRuleYearRangesBetween
    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 object
    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.
    between GetHolidayCalendarDefinitionMonthsFixedRuleYearRangesBetween
    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 GetHolidayCalendarDefinitionMonthsFixedRuleYearRangesBetween
    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 GetHolidayCalendarDefinitionMonthsFixedRuleYearRangesBetween
    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

    End int
    Start int
    End int
    Start int
    end number
    start number
    end Integer
    start Integer
    end number
    start number
    end int
    start int
    end Number
    start Number

    GetHolidayCalendarDefinitionMonthsWeekdayRule

    EndTime 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.
    StartTime 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.
    YearRanges Jschady.Filescom.Inputs.GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRanges
    Optional inclusive year restriction.
    EndTime 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.
    StartTime 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.
    YearRanges GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRanges
    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.
    endTime 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.
    startTime 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.
    yearRanges GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRanges
    Optional inclusive year restriction.
    endTime 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.
    startTime 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.
    yearRanges GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRanges
    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 GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRanges
    Optional inclusive year restriction.
    endTime 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.
    startTime 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.
    yearRanges Property Map
    Optional inclusive year restriction.

    GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRanges

    Between Jschady.Filescom.Inputs.GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRangesBetween
    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 GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRangesBetween
    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 object
    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.
    between GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRangesBetween
    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 GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRangesBetween
    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 GetHolidayCalendarDefinitionMonthsWeekdayRuleYearRangesBetween
    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

    End int
    Start int
    End int
    Start int
    end number
    start number
    end Integer
    start Integer
    end number
    start number
    end int
    start int
    end Number
    start Number

    Package Details

    Repository
    filescom jschady/pulumi-filescom
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the filescom Terraform Provider.
    filescom logo
    Viewing docs for Files.com v0.1.1
    published on Thursday, Aug 20, 2026 by jschady

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial