Documentation ¶ Index ¶ type MaintenanceWindow type Tag Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MaintenanceWindow ¶ type MaintenanceWindow struct { IsEnabled *bool `tfsdk:"is_enabled"` // The day of week, 0 represents Sunday, 1 is Monday, and so on. StartDay types.Int64 `tfsdk:"start_day"` StartTime types.String `tfsdk:"start_time"` } type Tag ¶ added in v1.1.0 type Tag struct { TagId types.String `tfsdk:"tag_id"` TagName types.String `tfsdk:"tag_name"` Color types.String `tfsdk:"color"` } Source Files ¶ View all Source files maintenance_window.go tag.go Click to show internal directories. Click to hide internal directories.