Documentation
¶
Index ¶
- type Args
- type MultiSelectObservation
- type MultiSelectObservationAttributes
- func (mso MultiSelectObservationAttributes) Description() terra.StringValue
- func (mso MultiSelectObservationAttributes) InternalRef() (terra.Reference, error)
- func (mso MultiSelectObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mso MultiSelectObservationAttributes) InternalWithRef(ref terra.Reference) MultiSelectObservationAttributes
- func (mso MultiSelectObservationAttributes) Name() terra.StringValue
- func (mso MultiSelectObservationAttributes) SupportedValues() terra.ListValue[terra.StringValue]
- func (mso MultiSelectObservationAttributes) Values() terra.ListValue[terra.StringValue]
- type MultiSelectObservationState
- type PrioritizedExcludeObservation
- type PrioritizedExcludeObservationAttributes
- func (peo PrioritizedExcludeObservationAttributes) Description() terra.StringValue
- func (peo PrioritizedExcludeObservationAttributes) Exclude() terra.StringValue
- func (peo PrioritizedExcludeObservationAttributes) InternalRef() (terra.Reference, error)
- func (peo PrioritizedExcludeObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (peo PrioritizedExcludeObservationAttributes) InternalWithRef(ref terra.Reference) PrioritizedExcludeObservationAttributes
- func (peo PrioritizedExcludeObservationAttributes) Name() terra.StringValue
- func (peo PrioritizedExcludeObservationAttributes) Prioritize() terra.StringValue
- type PrioritizedExcludeObservationState
- type RequiredDataConnectorAttributes
- func (rdc RequiredDataConnectorAttributes) ConnectorId() terra.StringValue
- func (rdc RequiredDataConnectorAttributes) DataTypes() terra.ListValue[terra.StringValue]
- func (rdc RequiredDataConnectorAttributes) InternalRef() (terra.Reference, error)
- func (rdc RequiredDataConnectorAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rdc RequiredDataConnectorAttributes) InternalWithRef(ref terra.Reference) RequiredDataConnectorAttributes
- type RequiredDataConnectorState
- type Resource
- func (asarad *Resource) Attributes() azurermSentinelAlertRuleAnomalyDuplicateAttributes
- func (asarad *Resource) Configuration() interface{}
- func (asarad *Resource) DependOn() terra.Reference
- func (asarad *Resource) Dependencies() terra.Dependencies
- func (asarad *Resource) ImportState(state io.Reader) error
- func (asarad *Resource) LifecycleManagement() *terra.Lifecycle
- func (asarad *Resource) LocalName() string
- func (asarad *Resource) State() (*azurermSentinelAlertRuleAnomalyDuplicateState, bool)
- func (asarad *Resource) StateMust() *azurermSentinelAlertRuleAnomalyDuplicateState
- func (asarad *Resource) Type() string
- type SingleSelectObservation
- type SingleSelectObservationAttributes
- func (sso SingleSelectObservationAttributes) Description() terra.StringValue
- func (sso SingleSelectObservationAttributes) InternalRef() (terra.Reference, error)
- func (sso SingleSelectObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sso SingleSelectObservationAttributes) InternalWithRef(ref terra.Reference) SingleSelectObservationAttributes
- func (sso SingleSelectObservationAttributes) Name() terra.StringValue
- func (sso SingleSelectObservationAttributes) SupportedValues() terra.ListValue[terra.StringValue]
- func (sso SingleSelectObservationAttributes) Value() terra.StringValue
- type SingleSelectObservationState
- type ThresholdObservation
- type ThresholdObservationAttributes
- func (to ThresholdObservationAttributes) Description() terra.StringValue
- func (to ThresholdObservationAttributes) InternalRef() (terra.Reference, error)
- func (to ThresholdObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (to ThresholdObservationAttributes) InternalWithRef(ref terra.Reference) ThresholdObservationAttributes
- func (to ThresholdObservationAttributes) Max() terra.StringValue
- func (to ThresholdObservationAttributes) Min() terra.StringValue
- func (to ThresholdObservationAttributes) Name() terra.StringValue
- func (to ThresholdObservationAttributes) Value() terra.StringValue
- type ThresholdObservationState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // BuiltInRuleId: string, required BuiltInRuleId terra.StringValue `hcl:"built_in_rule_id,attr" validate:"required"` // DisplayName: string, required DisplayName terra.StringValue `hcl:"display_name,attr" validate:"required"` // Enabled: bool, required Enabled terra.BoolValue `hcl:"enabled,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LogAnalyticsWorkspaceId: string, required LogAnalyticsWorkspaceId terra.StringValue `hcl:"log_analytics_workspace_id,attr" validate:"required"` // Mode: string, required Mode terra.StringValue `hcl:"mode,attr" validate:"required"` // MultiSelectObservation: min=0 MultiSelectObservation []MultiSelectObservation `hcl:"multi_select_observation,block" validate:"min=0"` // PrioritizedExcludeObservation: min=0 PrioritizedExcludeObservation []PrioritizedExcludeObservation `hcl:"prioritized_exclude_observation,block" validate:"min=0"` // SingleSelectObservation: min=0 SingleSelectObservation []SingleSelectObservation `hcl:"single_select_observation,block" validate:"min=0"` // ThresholdObservation: min=0 ThresholdObservation []ThresholdObservation `hcl:"threshold_observation,block" validate:"min=0"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_sentinel_alert_rule_anomaly_duplicate.
type MultiSelectObservation ¶
type MultiSelectObservation struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Values: list of string, required Values terra.ListValue[terra.StringValue] `hcl:"values,attr" validate:"required"` }
type MultiSelectObservationAttributes ¶
type MultiSelectObservationAttributes struct {
// contains filtered or unexported fields
}
func (MultiSelectObservationAttributes) Description ¶
func (mso MultiSelectObservationAttributes) Description() terra.StringValue
func (MultiSelectObservationAttributes) InternalRef ¶
func (mso MultiSelectObservationAttributes) InternalRef() (terra.Reference, error)
func (MultiSelectObservationAttributes) InternalTokens ¶
func (mso MultiSelectObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MultiSelectObservationAttributes) InternalWithRef ¶
func (mso MultiSelectObservationAttributes) InternalWithRef(ref terra.Reference) MultiSelectObservationAttributes
func (MultiSelectObservationAttributes) Name ¶
func (mso MultiSelectObservationAttributes) Name() terra.StringValue
func (MultiSelectObservationAttributes) SupportedValues ¶
func (mso MultiSelectObservationAttributes) SupportedValues() terra.ListValue[terra.StringValue]
func (MultiSelectObservationAttributes) Values ¶
func (mso MultiSelectObservationAttributes) Values() terra.ListValue[terra.StringValue]
type PrioritizedExcludeObservation ¶
type PrioritizedExcludeObservation struct { // Exclude: string, optional Exclude terra.StringValue `hcl:"exclude,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Prioritize: string, optional Prioritize terra.StringValue `hcl:"prioritize,attr"` }
type PrioritizedExcludeObservationAttributes ¶
type PrioritizedExcludeObservationAttributes struct {
// contains filtered or unexported fields
}
func (PrioritizedExcludeObservationAttributes) Description ¶
func (peo PrioritizedExcludeObservationAttributes) Description() terra.StringValue
func (PrioritizedExcludeObservationAttributes) Exclude ¶
func (peo PrioritizedExcludeObservationAttributes) Exclude() terra.StringValue
func (PrioritizedExcludeObservationAttributes) InternalRef ¶
func (peo PrioritizedExcludeObservationAttributes) InternalRef() (terra.Reference, error)
func (PrioritizedExcludeObservationAttributes) InternalTokens ¶
func (peo PrioritizedExcludeObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PrioritizedExcludeObservationAttributes) InternalWithRef ¶
func (peo PrioritizedExcludeObservationAttributes) InternalWithRef(ref terra.Reference) PrioritizedExcludeObservationAttributes
func (PrioritizedExcludeObservationAttributes) Name ¶
func (peo PrioritizedExcludeObservationAttributes) Name() terra.StringValue
func (PrioritizedExcludeObservationAttributes) Prioritize ¶
func (peo PrioritizedExcludeObservationAttributes) Prioritize() terra.StringValue
type RequiredDataConnectorAttributes ¶
type RequiredDataConnectorAttributes struct {
// contains filtered or unexported fields
}
func (RequiredDataConnectorAttributes) ConnectorId ¶
func (rdc RequiredDataConnectorAttributes) ConnectorId() terra.StringValue
func (RequiredDataConnectorAttributes) DataTypes ¶
func (rdc RequiredDataConnectorAttributes) DataTypes() terra.ListValue[terra.StringValue]
func (RequiredDataConnectorAttributes) InternalRef ¶
func (rdc RequiredDataConnectorAttributes) InternalRef() (terra.Reference, error)
func (RequiredDataConnectorAttributes) InternalTokens ¶
func (rdc RequiredDataConnectorAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RequiredDataConnectorAttributes) InternalWithRef ¶
func (rdc RequiredDataConnectorAttributes) InternalWithRef(ref terra.Reference) RequiredDataConnectorAttributes
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource azurerm_sentinel_alert_rule_anomaly_duplicate.
func (*Resource) Attributes ¶
func (asarad *Resource) Attributes() azurermSentinelAlertRuleAnomalyDuplicateAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asarad *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asarad *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type SingleSelectObservation ¶
type SingleSelectObservation struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Value: string, required Value terra.StringValue `hcl:"value,attr" validate:"required"` }
type SingleSelectObservationAttributes ¶
type SingleSelectObservationAttributes struct {
// contains filtered or unexported fields
}
func (SingleSelectObservationAttributes) Description ¶
func (sso SingleSelectObservationAttributes) Description() terra.StringValue
func (SingleSelectObservationAttributes) InternalRef ¶
func (sso SingleSelectObservationAttributes) InternalRef() (terra.Reference, error)
func (SingleSelectObservationAttributes) InternalTokens ¶
func (sso SingleSelectObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SingleSelectObservationAttributes) InternalWithRef ¶
func (sso SingleSelectObservationAttributes) InternalWithRef(ref terra.Reference) SingleSelectObservationAttributes
func (SingleSelectObservationAttributes) Name ¶
func (sso SingleSelectObservationAttributes) Name() terra.StringValue
func (SingleSelectObservationAttributes) SupportedValues ¶
func (sso SingleSelectObservationAttributes) SupportedValues() terra.ListValue[terra.StringValue]
func (SingleSelectObservationAttributes) Value ¶
func (sso SingleSelectObservationAttributes) Value() terra.StringValue
type ThresholdObservation ¶
type ThresholdObservation struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Value: string, required Value terra.StringValue `hcl:"value,attr" validate:"required"` }
type ThresholdObservationAttributes ¶
type ThresholdObservationAttributes struct {
// contains filtered or unexported fields
}
func (ThresholdObservationAttributes) Description ¶
func (to ThresholdObservationAttributes) Description() terra.StringValue
func (ThresholdObservationAttributes) InternalRef ¶
func (to ThresholdObservationAttributes) InternalRef() (terra.Reference, error)
func (ThresholdObservationAttributes) InternalTokens ¶
func (to ThresholdObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ThresholdObservationAttributes) InternalWithRef ¶
func (to ThresholdObservationAttributes) InternalWithRef(ref terra.Reference) ThresholdObservationAttributes
func (ThresholdObservationAttributes) Max ¶
func (to ThresholdObservationAttributes) Max() terra.StringValue
func (ThresholdObservationAttributes) Min ¶
func (to ThresholdObservationAttributes) Min() terra.StringValue
func (ThresholdObservationAttributes) Name ¶
func (to ThresholdObservationAttributes) Name() terra.StringValue
func (ThresholdObservationAttributes) Value ¶
func (to ThresholdObservationAttributes) Value() terra.StringValue
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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 ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.