Versions in this module Expand all Collapse all v0 v0.12.2 Nov 19, 2025 Changes in this version + func GetSchema() schema.Schema + func NewAnomalyDetectionJobResource() resource.Resource + type AnalysisConfigAPIModel struct + BucketSpan string + CategorizationFieldName string + CategorizationFilters []string + Detectors []DetectorAPIModel + Influencers []string + Latency string + ModelPruneWindow string + MultivariateByFields *bool + PerPartitionCategorization *PerPartitionCategorizationAPIModel + SummaryCountFieldName string + type AnalysisConfigTFModel struct + BucketSpan types.String + CategorizationFieldName types.String + CategorizationFilters types.List + Detectors types.List + Influencers types.List + Latency types.String + ModelPruneWindow types.String + MultivariateByFields types.Bool + PerPartitionCategorization types.Object + SummaryCountFieldName types.String + type AnalysisLimitsAPIModel struct + CategorizationExamplesLimit *int64 + ModelMemoryLimit string + type AnalysisLimitsTFModel struct + CategorizationExamplesLimit types.Int64 + ModelMemoryLimit customtypes.MemorySize + type AnomalyDetectionJobAPIModel struct + AllowLazyOpen *bool + AnalysisConfig AnalysisConfigAPIModel + AnalysisLimits *AnalysisLimitsAPIModel + BackgroundPersistInterval string + CreateTime interface{} + CustomSettings map[string]interface{} + DailyModelSnapshotRetentionAfterDays *int64 + DataDescription DataDescriptionAPIModel + Description string + Groups []string + JobID string + JobType string + JobVersion string + ModelPlotConfig *ModelPlotConfigAPIModel + ModelSnapshotID string + ModelSnapshotRetentionDays *int64 + RenormalizationWindowDays *int64 + ResultsIndexName string + ResultsRetentionDays *int64 + type AnomalyDetectionJobTFModel struct + AllowLazyOpen types.Bool + AnalysisConfig types.Object + AnalysisLimits types.Object + BackgroundPersistInterval types.String + CreateTime types.String + CustomSettings jsontypes.Normalized + DailyModelSnapshotRetentionAfterDays types.Int64 + DataDescription types.Object + Description types.String + ElasticsearchConnection types.List + Groups types.Set + ID types.String + JobID types.String + JobType types.String + JobVersion types.String + ModelPlotConfig types.Object + ModelSnapshotID types.String + ModelSnapshotRetentionDays types.Int64 + RenormalizationWindowDays types.Int64 + ResultsIndexName types.String + ResultsRetentionDays types.Int64 + type AnomalyDetectionJobUpdateAPIModel struct + AllowLazyOpen *bool + AnalysisLimits *AnalysisLimitsAPIModel + BackgroundPersistInterval *string + CustomSettings map[string]interface{} + DailyModelSnapshotRetentionAfterDays *int64 + Description *string + Groups []string + ModelPlotConfig *ModelPlotConfigAPIModel + ModelSnapshotRetentionDays *int64 + RenormalizationWindowDays *int64 + ResultsRetentionDays *int64 + func (u *AnomalyDetectionJobUpdateAPIModel) BuildFromPlan(ctx context.Context, plan, state *AnomalyDetectionJobTFModel) (bool, fwdiags.Diagnostics) + type ChunkingConfigAPIModel struct + Mode string + TimeSpan string + type CustomRuleAPIModel struct + Actions []interface{} + Conditions []RuleConditionAPIModel + type CustomRuleTFModel struct + Actions types.List + Conditions types.List + type DataDescriptionAPIModel struct + TimeField string + TimeFormat string + type DataDescriptionTFModel struct + TimeField types.String + TimeFormat types.String + type DelayedDataCheckConfigAPIModel struct + CheckWindow string + Enabled bool + type DetectorAPIModel struct + ByFieldName string + CustomRules []CustomRuleAPIModel + DetectorDescription string + ExcludeFrequent string + FieldName string + Function string + OverFieldName string + PartitionFieldName string + UseNull *bool + type DetectorTFModel struct + ByFieldName types.String + CustomRules types.List + DetectorDescription types.String + ExcludeFrequent types.String + FieldName types.String + Function types.String + OverFieldName types.String + PartitionFieldName types.String + UseNull types.Bool + type IndicesOptionsAPIModel struct + AllowNoIndices *bool + ExpandWildcards []string + IgnoreThrottled *bool + IgnoreUnavailable *bool + type ModelPlotConfigAPIModel struct + AnnotationsEnabled *bool + Enabled bool + Terms string + type ModelPlotConfigTFModel struct + AnnotationsEnabled types.Bool + Enabled types.Bool + Terms types.String + type PerPartitionCategorizationAPIModel struct + Enabled bool + StopOnWarn *bool + type PerPartitionCategorizationTFModel struct + Enabled types.Bool + StopOnWarn types.Bool + type RuleConditionAPIModel struct + AppliesTo string + Operator string + Value float64 + type RuleConditionTFModel struct + AppliesTo types.String + Operator types.String + Value types.Float64