datasentinelalertruleanomaly

package
v0.0.0-...-c2cc54e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MultiSelectObservation

type MultiSelectObservation struct{}

type MultiSelectObservationAttributes

type MultiSelectObservationAttributes struct {
	// contains filtered or unexported fields
}

func (MultiSelectObservationAttributes) Description

func (MultiSelectObservationAttributes) InternalRef

func (MultiSelectObservationAttributes) InternalTokens

func (mso MultiSelectObservationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MultiSelectObservationAttributes) InternalWithRef

func (MultiSelectObservationAttributes) Name

func (MultiSelectObservationAttributes) SupportedValues

func (MultiSelectObservationAttributes) Values

type MultiSelectObservationState

type MultiSelectObservationState struct {
	Description     string   `json:"description"`
	Name            string   `json:"name"`
	SupportedValues []string `json:"supported_values"`
	Values          []string `json:"values"`
}

type PrioritizedExcludeObservation

type PrioritizedExcludeObservation struct{}

type PrioritizedExcludeObservationAttributes

type PrioritizedExcludeObservationAttributes struct {
	// contains filtered or unexported fields
}

func (PrioritizedExcludeObservationAttributes) Description

func (PrioritizedExcludeObservationAttributes) Exclude

func (PrioritizedExcludeObservationAttributes) InternalRef

func (PrioritizedExcludeObservationAttributes) InternalTokens

func (PrioritizedExcludeObservationAttributes) InternalWithRef

func (PrioritizedExcludeObservationAttributes) Name

func (PrioritizedExcludeObservationAttributes) Prioritize

type PrioritizedExcludeObservationState

type PrioritizedExcludeObservationState struct {
	Description string `json:"description"`
	Exclude     string `json:"exclude"`
	Name        string `json:"name"`
	Prioritize  string `json:"prioritize"`
}

type RequiredDataConnector

type RequiredDataConnector struct{}

type RequiredDataConnectorAttributes

type RequiredDataConnectorAttributes struct {
	// contains filtered or unexported fields
}

func (RequiredDataConnectorAttributes) ConnectorId

func (RequiredDataConnectorAttributes) DataTypes

func (RequiredDataConnectorAttributes) InternalRef

func (RequiredDataConnectorAttributes) InternalTokens

func (rdc RequiredDataConnectorAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RequiredDataConnectorAttributes) InternalWithRef

type RequiredDataConnectorState

type RequiredDataConnectorState struct {
	ConnectorId string   `json:"connector_id"`
	DataTypes   []string `json:"data_types"`
}

type SingleSelectObservation

type SingleSelectObservation struct{}

type SingleSelectObservationAttributes

type SingleSelectObservationAttributes struct {
	// contains filtered or unexported fields
}

func (SingleSelectObservationAttributes) Description

func (SingleSelectObservationAttributes) InternalRef

func (SingleSelectObservationAttributes) InternalTokens

func (sso SingleSelectObservationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SingleSelectObservationAttributes) InternalWithRef

func (SingleSelectObservationAttributes) Name

func (SingleSelectObservationAttributes) SupportedValues

func (SingleSelectObservationAttributes) Value

type SingleSelectObservationState

type SingleSelectObservationState struct {
	Description     string   `json:"description"`
	Name            string   `json:"name"`
	SupportedValues []string `json:"supported_values"`
	Value           string   `json:"value"`
}

type ThresholdObservation

type ThresholdObservation struct{}

type ThresholdObservationAttributes

type ThresholdObservationAttributes struct {
	// contains filtered or unexported fields
}

func (ThresholdObservationAttributes) Description

func (ThresholdObservationAttributes) InternalRef

func (ThresholdObservationAttributes) InternalTokens

func (to ThresholdObservationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ThresholdObservationAttributes) InternalWithRef

func (ThresholdObservationAttributes) Max

func (ThresholdObservationAttributes) Min

func (ThresholdObservationAttributes) Name

func (ThresholdObservationAttributes) Value

type ThresholdObservationState

type ThresholdObservationState struct {
	Description string `json:"description"`
	Max         string `json:"max"`
	Min         string `json:"min"`
	Name        string `json:"name"`
	Value       string `json:"value"`
}

type Timeouts

type Timeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type TimeoutsAttributes

type TimeoutsAttributes struct {
	// contains filtered or unexported fields
}

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Read

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL