Documentation ¶
Index ¶
- func NewSentinelAlertRuleNrtAlertDetailsOverrideList_Override(s SentinelAlertRuleNrtAlertDetailsOverrideList, ...)
- func NewSentinelAlertRuleNrtAlertDetailsOverrideOutputReference_Override(s SentinelAlertRuleNrtAlertDetailsOverrideOutputReference, ...)
- func NewSentinelAlertRuleNrtEntityMappingFieldMappingList_Override(s SentinelAlertRuleNrtEntityMappingFieldMappingList, ...)
- func NewSentinelAlertRuleNrtEntityMappingFieldMappingOutputReference_Override(s SentinelAlertRuleNrtEntityMappingFieldMappingOutputReference, ...)
- func NewSentinelAlertRuleNrtEntityMappingList_Override(s SentinelAlertRuleNrtEntityMappingList, ...)
- func NewSentinelAlertRuleNrtEntityMappingOutputReference_Override(s SentinelAlertRuleNrtEntityMappingOutputReference, ...)
- func NewSentinelAlertRuleNrtIncidentGroupingOutputReference_Override(s SentinelAlertRuleNrtIncidentGroupingOutputReference, ...)
- func NewSentinelAlertRuleNrtIncidentOutputReference_Override(s SentinelAlertRuleNrtIncidentOutputReference, ...)
- func NewSentinelAlertRuleNrtTimeoutsOutputReference_Override(s SentinelAlertRuleNrtTimeoutsOutputReference, ...)
- func NewSentinelAlertRuleNrt_Override(s SentinelAlertRuleNrt, scope constructs.Construct, id *string, ...)
- func SentinelAlertRuleNrt_IsConstruct(x interface{}) *bool
- func SentinelAlertRuleNrt_IsTerraformElement(x interface{}) *bool
- func SentinelAlertRuleNrt_IsTerraformResource(x interface{}) *bool
- func SentinelAlertRuleNrt_TfResourceType() *string
- type SentinelAlertRuleNrt
- type SentinelAlertRuleNrtAlertDetailsOverride
- type SentinelAlertRuleNrtAlertDetailsOverrideList
- type SentinelAlertRuleNrtAlertDetailsOverrideOutputReference
- type SentinelAlertRuleNrtConfig
- type SentinelAlertRuleNrtEntityMapping
- type SentinelAlertRuleNrtEntityMappingFieldMapping
- type SentinelAlertRuleNrtEntityMappingFieldMappingList
- type SentinelAlertRuleNrtEntityMappingFieldMappingOutputReference
- type SentinelAlertRuleNrtEntityMappingList
- type SentinelAlertRuleNrtEntityMappingOutputReference
- type SentinelAlertRuleNrtIncident
- type SentinelAlertRuleNrtIncidentGrouping
- type SentinelAlertRuleNrtIncidentGroupingOutputReference
- type SentinelAlertRuleNrtIncidentOutputReference
- type SentinelAlertRuleNrtTimeouts
- type SentinelAlertRuleNrtTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSentinelAlertRuleNrtAlertDetailsOverrideList_Override ¶
func NewSentinelAlertRuleNrtAlertDetailsOverrideList_Override(s SentinelAlertRuleNrtAlertDetailsOverrideList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSentinelAlertRuleNrtAlertDetailsOverrideOutputReference_Override ¶
func NewSentinelAlertRuleNrtAlertDetailsOverrideOutputReference_Override(s SentinelAlertRuleNrtAlertDetailsOverrideOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSentinelAlertRuleNrtEntityMappingFieldMappingList_Override ¶
func NewSentinelAlertRuleNrtEntityMappingFieldMappingList_Override(s SentinelAlertRuleNrtEntityMappingFieldMappingList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSentinelAlertRuleNrtEntityMappingFieldMappingOutputReference_Override ¶
func NewSentinelAlertRuleNrtEntityMappingFieldMappingOutputReference_Override(s SentinelAlertRuleNrtEntityMappingFieldMappingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSentinelAlertRuleNrtEntityMappingList_Override ¶
func NewSentinelAlertRuleNrtEntityMappingList_Override(s SentinelAlertRuleNrtEntityMappingList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSentinelAlertRuleNrtEntityMappingOutputReference_Override ¶
func NewSentinelAlertRuleNrtEntityMappingOutputReference_Override(s SentinelAlertRuleNrtEntityMappingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSentinelAlertRuleNrtIncidentGroupingOutputReference_Override ¶
func NewSentinelAlertRuleNrtIncidentGroupingOutputReference_Override(s SentinelAlertRuleNrtIncidentGroupingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSentinelAlertRuleNrtIncidentOutputReference_Override ¶
func NewSentinelAlertRuleNrtIncidentOutputReference_Override(s SentinelAlertRuleNrtIncidentOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSentinelAlertRuleNrtTimeoutsOutputReference_Override ¶
func NewSentinelAlertRuleNrtTimeoutsOutputReference_Override(s SentinelAlertRuleNrtTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSentinelAlertRuleNrt_Override ¶
func NewSentinelAlertRuleNrt_Override(s SentinelAlertRuleNrt, scope constructs.Construct, id *string, config *SentinelAlertRuleNrtConfig)
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt azurerm_sentinel_alert_rule_nrt} Resource.
func SentinelAlertRuleNrt_IsConstruct ¶
func SentinelAlertRuleNrt_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func SentinelAlertRuleNrt_IsTerraformElement ¶
func SentinelAlertRuleNrt_IsTerraformElement(x interface{}) *bool
Experimental.
func SentinelAlertRuleNrt_IsTerraformResource ¶
func SentinelAlertRuleNrt_IsTerraformResource(x interface{}) *bool
Experimental.
func SentinelAlertRuleNrt_TfResourceType ¶
func SentinelAlertRuleNrt_TfResourceType() *string
Types ¶
type SentinelAlertRuleNrt ¶
type SentinelAlertRuleNrt interface { cdktf.TerraformResource AlertDetailsOverride() SentinelAlertRuleNrtAlertDetailsOverrideList AlertDetailsOverrideInput() interface{} AlertRuleTemplateGuid() *string SetAlertRuleTemplateGuid(val *string) AlertRuleTemplateGuidInput() *string AlertRuleTemplateVersion() *string SetAlertRuleTemplateVersion(val *string) AlertRuleTemplateVersionInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) CustomDetails() *map[string]*string SetCustomDetails(val *map[string]*string) CustomDetailsInput() *map[string]*string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} EntityMapping() SentinelAlertRuleNrtEntityMappingList EntityMappingInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Incident() SentinelAlertRuleNrtIncidentOutputReference IncidentInput() *SentinelAlertRuleNrtIncident // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LogAnalyticsWorkspaceId() *string SetLogAnalyticsWorkspaceId(val *string) LogAnalyticsWorkspaceIdInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) Query() *string SetQuery(val *string) QueryInput() *string // Experimental. RawOverrides() interface{} Severity() *string SetSeverity(val *string) SeverityInput() *string SuppressionDuration() *string SetSuppressionDuration(val *string) SuppressionDurationInput() *string SuppressionEnabled() interface{} SetSuppressionEnabled(val interface{}) SuppressionEnabledInput() interface{} Tactics() *[]*string SetTactics(val *[]*string) TacticsInput() *[]*string Techniques() *[]*string SetTechniques(val *[]*string) TechniquesInput() *[]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() SentinelAlertRuleNrtTimeoutsOutputReference TimeoutsInput() interface{} // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutAlertDetailsOverride(value interface{}) PutEntityMapping(value interface{}) PutIncident(value *SentinelAlertRuleNrtIncident) PutTimeouts(value *SentinelAlertRuleNrtTimeouts) ResetAlertDetailsOverride() ResetAlertRuleTemplateGuid() ResetAlertRuleTemplateVersion() ResetCustomDetails() ResetDescription() ResetEnabled() ResetEntityMapping() ResetId() ResetIncident() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetSuppressionDuration() ResetSuppressionEnabled() ResetTactics() ResetTechniques() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt azurerm_sentinel_alert_rule_nrt}.
func NewSentinelAlertRuleNrt ¶
func NewSentinelAlertRuleNrt(scope constructs.Construct, id *string, config *SentinelAlertRuleNrtConfig) SentinelAlertRuleNrt
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt azurerm_sentinel_alert_rule_nrt} Resource.
type SentinelAlertRuleNrtAlertDetailsOverride ¶
type SentinelAlertRuleNrtAlertDetailsOverride struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#description_format SentinelAlertRuleNrt#description_format}. DescriptionFormat *string `field:"optional" json:"descriptionFormat" yaml:"descriptionFormat"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#display_name_format SentinelAlertRuleNrt#display_name_format}. DisplayNameFormat *string `field:"optional" json:"displayNameFormat" yaml:"displayNameFormat"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#severity_column_name SentinelAlertRuleNrt#severity_column_name}. SeverityColumnName *string `field:"optional" json:"severityColumnName" yaml:"severityColumnName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#tactics_column_name SentinelAlertRuleNrt#tactics_column_name}. TacticsColumnName *string `field:"optional" json:"tacticsColumnName" yaml:"tacticsColumnName"` }
type SentinelAlertRuleNrtAlertDetailsOverrideList ¶
type SentinelAlertRuleNrtAlertDetailsOverrideList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) SentinelAlertRuleNrtAlertDetailsOverrideOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSentinelAlertRuleNrtAlertDetailsOverrideList ¶
func NewSentinelAlertRuleNrtAlertDetailsOverrideList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SentinelAlertRuleNrtAlertDetailsOverrideList
type SentinelAlertRuleNrtAlertDetailsOverrideOutputReference ¶
type SentinelAlertRuleNrtAlertDetailsOverrideOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string DescriptionFormat() *string SetDescriptionFormat(val *string) DescriptionFormatInput() *string DisplayNameFormat() *string SetDisplayNameFormat(val *string) DisplayNameFormatInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) SeverityColumnName() *string SetSeverityColumnName(val *string) SeverityColumnNameInput() *string TacticsColumnName() *string SetTacticsColumnName(val *string) TacticsColumnNameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetDescriptionFormat() ResetDisplayNameFormat() ResetSeverityColumnName() ResetTacticsColumnName() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSentinelAlertRuleNrtAlertDetailsOverrideOutputReference ¶
func NewSentinelAlertRuleNrtAlertDetailsOverrideOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SentinelAlertRuleNrtAlertDetailsOverrideOutputReference
type SentinelAlertRuleNrtConfig ¶
type SentinelAlertRuleNrtConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#display_name SentinelAlertRuleNrt#display_name}. DisplayName *string `field:"required" json:"displayName" yaml:"displayName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#log_analytics_workspace_id SentinelAlertRuleNrt#log_analytics_workspace_id}. LogAnalyticsWorkspaceId *string `field:"required" json:"logAnalyticsWorkspaceId" yaml:"logAnalyticsWorkspaceId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#name SentinelAlertRuleNrt#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#query SentinelAlertRuleNrt#query}. Query *string `field:"required" json:"query" yaml:"query"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#severity SentinelAlertRuleNrt#severity}. Severity *string `field:"required" json:"severity" yaml:"severity"` // alert_details_override block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#alert_details_override SentinelAlertRuleNrt#alert_details_override} AlertDetailsOverride interface{} `field:"optional" json:"alertDetailsOverride" yaml:"alertDetailsOverride"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#alert_rule_template_guid SentinelAlertRuleNrt#alert_rule_template_guid}. AlertRuleTemplateGuid *string `field:"optional" json:"alertRuleTemplateGuid" yaml:"alertRuleTemplateGuid"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#alert_rule_template_version SentinelAlertRuleNrt#alert_rule_template_version}. AlertRuleTemplateVersion *string `field:"optional" json:"alertRuleTemplateVersion" yaml:"alertRuleTemplateVersion"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#custom_details SentinelAlertRuleNrt#custom_details}. CustomDetails *map[string]*string `field:"optional" json:"customDetails" yaml:"customDetails"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#description SentinelAlertRuleNrt#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#enabled SentinelAlertRuleNrt#enabled}. Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // entity_mapping block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#entity_mapping SentinelAlertRuleNrt#entity_mapping} EntityMapping interface{} `field:"optional" json:"entityMapping" yaml:"entityMapping"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#id SentinelAlertRuleNrt#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // incident block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#incident SentinelAlertRuleNrt#incident} Incident *SentinelAlertRuleNrtIncident `field:"optional" json:"incident" yaml:"incident"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#suppression_duration SentinelAlertRuleNrt#suppression_duration}. SuppressionDuration *string `field:"optional" json:"suppressionDuration" yaml:"suppressionDuration"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#suppression_enabled SentinelAlertRuleNrt#suppression_enabled}. SuppressionEnabled interface{} `field:"optional" json:"suppressionEnabled" yaml:"suppressionEnabled"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#tactics SentinelAlertRuleNrt#tactics}. Tactics *[]*string `field:"optional" json:"tactics" yaml:"tactics"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#techniques SentinelAlertRuleNrt#techniques}. Techniques *[]*string `field:"optional" json:"techniques" yaml:"techniques"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#timeouts SentinelAlertRuleNrt#timeouts} Timeouts *SentinelAlertRuleNrtTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type SentinelAlertRuleNrtEntityMapping ¶
type SentinelAlertRuleNrtEntityMapping struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#entity_type SentinelAlertRuleNrt#entity_type}. EntityType *string `field:"required" json:"entityType" yaml:"entityType"` // field_mapping block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#field_mapping SentinelAlertRuleNrt#field_mapping} FieldMapping interface{} `field:"required" json:"fieldMapping" yaml:"fieldMapping"` }
type SentinelAlertRuleNrtEntityMappingFieldMapping ¶
type SentinelAlertRuleNrtEntityMappingFieldMapping struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#column_name SentinelAlertRuleNrt#column_name}. ColumnName *string `field:"required" json:"columnName" yaml:"columnName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#identifier SentinelAlertRuleNrt#identifier}. Identifier *string `field:"required" json:"identifier" yaml:"identifier"` }
type SentinelAlertRuleNrtEntityMappingFieldMappingList ¶
type SentinelAlertRuleNrtEntityMappingFieldMappingList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) SentinelAlertRuleNrtEntityMappingFieldMappingOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSentinelAlertRuleNrtEntityMappingFieldMappingList ¶
func NewSentinelAlertRuleNrtEntityMappingFieldMappingList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SentinelAlertRuleNrtEntityMappingFieldMappingList
type SentinelAlertRuleNrtEntityMappingFieldMappingOutputReference ¶
type SentinelAlertRuleNrtEntityMappingFieldMappingOutputReference interface { cdktf.ComplexObject ColumnName() *string SetColumnName(val *string) ColumnNameInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string Identifier() *string SetIdentifier(val *string) IdentifierInput() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSentinelAlertRuleNrtEntityMappingFieldMappingOutputReference ¶
func NewSentinelAlertRuleNrtEntityMappingFieldMappingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SentinelAlertRuleNrtEntityMappingFieldMappingOutputReference
type SentinelAlertRuleNrtEntityMappingList ¶
type SentinelAlertRuleNrtEntityMappingList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) SentinelAlertRuleNrtEntityMappingOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSentinelAlertRuleNrtEntityMappingList ¶
func NewSentinelAlertRuleNrtEntityMappingList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SentinelAlertRuleNrtEntityMappingList
type SentinelAlertRuleNrtEntityMappingOutputReference ¶
type SentinelAlertRuleNrtEntityMappingOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string EntityType() *string SetEntityType(val *string) EntityTypeInput() *string FieldMapping() SentinelAlertRuleNrtEntityMappingFieldMappingList FieldMappingInput() interface{} // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutFieldMapping(value interface{}) // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSentinelAlertRuleNrtEntityMappingOutputReference ¶
func NewSentinelAlertRuleNrtEntityMappingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SentinelAlertRuleNrtEntityMappingOutputReference
type SentinelAlertRuleNrtIncident ¶
type SentinelAlertRuleNrtIncident struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#create_incident_enabled SentinelAlertRuleNrt#create_incident_enabled}. CreateIncidentEnabled interface{} `field:"required" json:"createIncidentEnabled" yaml:"createIncidentEnabled"` // grouping block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#grouping SentinelAlertRuleNrt#grouping} Grouping *SentinelAlertRuleNrtIncidentGrouping `field:"required" json:"grouping" yaml:"grouping"` }
type SentinelAlertRuleNrtIncidentGrouping ¶
type SentinelAlertRuleNrtIncidentGrouping struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#by_alert_details SentinelAlertRuleNrt#by_alert_details}. ByAlertDetails *[]*string `field:"optional" json:"byAlertDetails" yaml:"byAlertDetails"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#by_custom_details SentinelAlertRuleNrt#by_custom_details}. ByCustomDetails *[]*string `field:"optional" json:"byCustomDetails" yaml:"byCustomDetails"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#by_entities SentinelAlertRuleNrt#by_entities}. ByEntities *[]*string `field:"optional" json:"byEntities" yaml:"byEntities"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#enabled SentinelAlertRuleNrt#enabled}. Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#entity_matching_method SentinelAlertRuleNrt#entity_matching_method}. EntityMatchingMethod *string `field:"optional" json:"entityMatchingMethod" yaml:"entityMatchingMethod"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#lookback_duration SentinelAlertRuleNrt#lookback_duration}. LookbackDuration *string `field:"optional" json:"lookbackDuration" yaml:"lookbackDuration"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#reopen_closed_incidents SentinelAlertRuleNrt#reopen_closed_incidents}. ReopenClosedIncidents interface{} `field:"optional" json:"reopenClosedIncidents" yaml:"reopenClosedIncidents"` }
type SentinelAlertRuleNrtIncidentGroupingOutputReference ¶
type SentinelAlertRuleNrtIncidentGroupingOutputReference interface { cdktf.ComplexObject ByAlertDetails() *[]*string SetByAlertDetails(val *[]*string) ByAlertDetailsInput() *[]*string ByCustomDetails() *[]*string SetByCustomDetails(val *[]*string) ByCustomDetailsInput() *[]*string ByEntities() *[]*string SetByEntities(val *[]*string) ByEntitiesInput() *[]*string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} EntityMatchingMethod() *string SetEntityMatchingMethod(val *string) EntityMatchingMethodInput() *string // Experimental. Fqn() *string InternalValue() *SentinelAlertRuleNrtIncidentGrouping SetInternalValue(val *SentinelAlertRuleNrtIncidentGrouping) LookbackDuration() *string SetLookbackDuration(val *string) LookbackDurationInput() *string ReopenClosedIncidents() interface{} SetReopenClosedIncidents(val interface{}) ReopenClosedIncidentsInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetByAlertDetails() ResetByCustomDetails() ResetByEntities() ResetEnabled() ResetEntityMatchingMethod() ResetLookbackDuration() ResetReopenClosedIncidents() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSentinelAlertRuleNrtIncidentGroupingOutputReference ¶
func NewSentinelAlertRuleNrtIncidentGroupingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SentinelAlertRuleNrtIncidentGroupingOutputReference
type SentinelAlertRuleNrtIncidentOutputReference ¶
type SentinelAlertRuleNrtIncidentOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) CreateIncidentEnabled() interface{} SetCreateIncidentEnabled(val interface{}) CreateIncidentEnabledInput() interface{} // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string Grouping() SentinelAlertRuleNrtIncidentGroupingOutputReference GroupingInput() *SentinelAlertRuleNrtIncidentGrouping InternalValue() *SentinelAlertRuleNrtIncident SetInternalValue(val *SentinelAlertRuleNrtIncident) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutGrouping(value *SentinelAlertRuleNrtIncidentGrouping) // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSentinelAlertRuleNrtIncidentOutputReference ¶
func NewSentinelAlertRuleNrtIncidentOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SentinelAlertRuleNrtIncidentOutputReference
type SentinelAlertRuleNrtTimeouts ¶
type SentinelAlertRuleNrtTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#create SentinelAlertRuleNrt#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#delete SentinelAlertRuleNrt#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#read SentinelAlertRuleNrt#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/sentinel_alert_rule_nrt#update SentinelAlertRuleNrt#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type SentinelAlertRuleNrtTimeoutsOutputReference ¶
type SentinelAlertRuleNrtTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetRead() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewSentinelAlertRuleNrtTimeoutsOutputReference ¶
func NewSentinelAlertRuleNrtTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SentinelAlertRuleNrtTimeoutsOutputReference
Source Files ¶
- sentinelalertrulenrt.go
- sentinelalertrulenrt_SentinelAlertRuleNrt.go
- sentinelalertrulenrt_SentinelAlertRuleNrtAlertDetailsOverride.go
- sentinelalertrulenrt_SentinelAlertRuleNrtAlertDetailsOverrideList.go
- sentinelalertrulenrt_SentinelAlertRuleNrtAlertDetailsOverrideList__runtime_type_checks.go
- sentinelalertrulenrt_SentinelAlertRuleNrtAlertDetailsOverrideOutputReference.go
- sentinelalertrulenrt_SentinelAlertRuleNrtAlertDetailsOverrideOutputReference__runtime_type_checks.go
- sentinelalertrulenrt_SentinelAlertRuleNrtConfig.go
- sentinelalertrulenrt_SentinelAlertRuleNrtEntityMapping.go
- sentinelalertrulenrt_SentinelAlertRuleNrtEntityMappingFieldMapping.go
- sentinelalertrulenrt_SentinelAlertRuleNrtEntityMappingFieldMappingList.go
- sentinelalertrulenrt_SentinelAlertRuleNrtEntityMappingFieldMappingList__runtime_type_checks.go
- sentinelalertrulenrt_SentinelAlertRuleNrtEntityMappingFieldMappingOutputReference.go
- sentinelalertrulenrt_SentinelAlertRuleNrtEntityMappingFieldMappingOutputReference__runtime_type_checks.go
- sentinelalertrulenrt_SentinelAlertRuleNrtEntityMappingList.go
- sentinelalertrulenrt_SentinelAlertRuleNrtEntityMappingList__runtime_type_checks.go
- sentinelalertrulenrt_SentinelAlertRuleNrtEntityMappingOutputReference.go
- sentinelalertrulenrt_SentinelAlertRuleNrtEntityMappingOutputReference__runtime_type_checks.go
- sentinelalertrulenrt_SentinelAlertRuleNrtIncident.go
- sentinelalertrulenrt_SentinelAlertRuleNrtIncidentGrouping.go
- sentinelalertrulenrt_SentinelAlertRuleNrtIncidentGroupingOutputReference.go
- sentinelalertrulenrt_SentinelAlertRuleNrtIncidentGroupingOutputReference__runtime_type_checks.go
- sentinelalertrulenrt_SentinelAlertRuleNrtIncidentOutputReference.go
- sentinelalertrulenrt_SentinelAlertRuleNrtIncidentOutputReference__runtime_type_checks.go
- sentinelalertrulenrt_SentinelAlertRuleNrtTimeouts.go
- sentinelalertrulenrt_SentinelAlertRuleNrtTimeoutsOutputReference.go
- sentinelalertrulenrt_SentinelAlertRuleNrtTimeoutsOutputReference__runtime_type_checks.go
- sentinelalertrulenrt_SentinelAlertRuleNrt__runtime_type_checks.go