Documentation ¶
Index ¶
- type Args
- 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 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 (asarabi *Resource) Attributes() azurermSentinelAlertRuleAnomalyBuiltInAttributes
- func (asarabi *Resource) Configuration() interface{}
- func (asarabi *Resource) DependOn() terra.Reference
- func (asarabi *Resource) Dependencies() terra.Dependencies
- func (asarabi *Resource) ImportState(state io.Reader) error
- func (asarabi *Resource) LifecycleManagement() *terra.Lifecycle
- func (asarabi *Resource) LocalName() string
- func (asarabi *Resource) State() (*azurermSentinelAlertRuleAnomalyBuiltInState, bool)
- func (asarabi *Resource) StateMust() *azurermSentinelAlertRuleAnomalyBuiltInState
- func (asarabi *Resource) Type() string
- 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 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 { // DisplayName: string, optional DisplayName terra.StringValue `hcl:"display_name,attr"` // 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"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_sentinel_alert_rule_anomaly_built_in.
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 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_built_in.
func (*Resource) Attributes ¶
func (asarabi *Resource) Attributes() azurermSentinelAlertRuleAnomalyBuiltInAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asarabi *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asarabi *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 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 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.