Versions in this module Expand all Collapse all v0 v0.11.19 Oct 23, 2025 v0.11.18 Oct 7, 2025 Changes in this version + func NewResource() resource.Resource + type MaintenanceWindowAlertingScope struct + Kql types.String + type MaintenanceWindowModel struct + CustomSchedule MaintenanceWindowSchedule + Enabled types.Bool + ID types.String + Scope *MaintenanceWindowScope + SpaceID types.String + Title types.String + type MaintenanceWindowResource struct + func (r *MaintenanceWindowResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...) + func (r *MaintenanceWindowResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse) + func (r *MaintenanceWindowResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse) + func (r *MaintenanceWindowResource) ImportState(ctx context.Context, request resource.ImportStateRequest, ...) + func (r *MaintenanceWindowResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...) + func (r *MaintenanceWindowResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse) + func (r *MaintenanceWindowResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse) + func (r *MaintenanceWindowResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse) + type MaintenanceWindowSchedule struct + Duration types.String + Recurring *MaintenanceWindowScheduleRecurring + Start types.String + Timezone types.String + type MaintenanceWindowScheduleRecurring struct + End types.String + Every types.String + Occurrences types.Int32 + OnMonth types.List + OnMonthDay types.List + OnWeekDay types.List + type MaintenanceWindowScope struct + Alerting MaintenanceWindowAlertingScope + type ResponseJson struct + CreatedAt string + CreatedBy *string + Enabled bool + Id string + Schedule ResponseJsonSchedule + Scope *ResponseJsonScope + Title string + type ResponseJsonAlerting struct + Query ResponseJsonAlertingQuery + type ResponseJsonAlertingQuery struct + Kql string + type ResponseJsonCustomSchedule struct + Duration string + Recurring *ResponseJsonRecurring + Start string + Timezone *string + type ResponseJsonRecurring struct + End *string + Every *string + Occurrences *float32 + OnMonth *[]float32 + OnMonthDay *[]float32 + OnWeekDay *[]string + type ResponseJsonSchedule struct + Custom ResponseJsonCustomSchedule + type ResponseJsonScope struct + Alerting ResponseJsonAlerting