Documentation ¶
Index ¶
- func MonitorAlertPrometheusRuleGroup_IsConstruct(x interface{}) *bool
- func MonitorAlertPrometheusRuleGroup_IsTerraformElement(x interface{}) *bool
- func MonitorAlertPrometheusRuleGroup_IsTerraformResource(x interface{}) *bool
- func MonitorAlertPrometheusRuleGroup_TfResourceType() *string
- func NewMonitorAlertPrometheusRuleGroupRuleActionList_Override(m MonitorAlertPrometheusRuleGroupRuleActionList, ...)
- func NewMonitorAlertPrometheusRuleGroupRuleActionOutputReference_Override(m MonitorAlertPrometheusRuleGroupRuleActionOutputReference, ...)
- func NewMonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference_Override(m MonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference, ...)
- func NewMonitorAlertPrometheusRuleGroupRuleList_Override(m MonitorAlertPrometheusRuleGroupRuleList, ...)
- func NewMonitorAlertPrometheusRuleGroupRuleOutputReference_Override(m MonitorAlertPrometheusRuleGroupRuleOutputReference, ...)
- func NewMonitorAlertPrometheusRuleGroupTimeoutsOutputReference_Override(m MonitorAlertPrometheusRuleGroupTimeoutsOutputReference, ...)
- func NewMonitorAlertPrometheusRuleGroup_Override(m MonitorAlertPrometheusRuleGroup, scope constructs.Construct, id *string, ...)
- type MonitorAlertPrometheusRuleGroup
- type MonitorAlertPrometheusRuleGroupConfig
- type MonitorAlertPrometheusRuleGroupRule
- type MonitorAlertPrometheusRuleGroupRuleAction
- type MonitorAlertPrometheusRuleGroupRuleActionList
- type MonitorAlertPrometheusRuleGroupRuleActionOutputReference
- type MonitorAlertPrometheusRuleGroupRuleAlertResolution
- type MonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference
- type MonitorAlertPrometheusRuleGroupRuleList
- type MonitorAlertPrometheusRuleGroupRuleOutputReference
- type MonitorAlertPrometheusRuleGroupTimeouts
- type MonitorAlertPrometheusRuleGroupTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MonitorAlertPrometheusRuleGroup_IsConstruct ¶
func MonitorAlertPrometheusRuleGroup_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 MonitorAlertPrometheusRuleGroup_IsTerraformElement ¶
func MonitorAlertPrometheusRuleGroup_IsTerraformElement(x interface{}) *bool
Experimental.
func MonitorAlertPrometheusRuleGroup_IsTerraformResource ¶
func MonitorAlertPrometheusRuleGroup_IsTerraformResource(x interface{}) *bool
Experimental.
func MonitorAlertPrometheusRuleGroup_TfResourceType ¶
func MonitorAlertPrometheusRuleGroup_TfResourceType() *string
func NewMonitorAlertPrometheusRuleGroupRuleActionList_Override ¶
func NewMonitorAlertPrometheusRuleGroupRuleActionList_Override(m MonitorAlertPrometheusRuleGroupRuleActionList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMonitorAlertPrometheusRuleGroupRuleActionOutputReference_Override ¶
func NewMonitorAlertPrometheusRuleGroupRuleActionOutputReference_Override(m MonitorAlertPrometheusRuleGroupRuleActionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference_Override ¶
func NewMonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference_Override(m MonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMonitorAlertPrometheusRuleGroupRuleList_Override ¶
func NewMonitorAlertPrometheusRuleGroupRuleList_Override(m MonitorAlertPrometheusRuleGroupRuleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewMonitorAlertPrometheusRuleGroupRuleOutputReference_Override ¶
func NewMonitorAlertPrometheusRuleGroupRuleOutputReference_Override(m MonitorAlertPrometheusRuleGroupRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewMonitorAlertPrometheusRuleGroupTimeoutsOutputReference_Override ¶
func NewMonitorAlertPrometheusRuleGroupTimeoutsOutputReference_Override(m MonitorAlertPrometheusRuleGroupTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewMonitorAlertPrometheusRuleGroup_Override ¶
func NewMonitorAlertPrometheusRuleGroup_Override(m MonitorAlertPrometheusRuleGroup, scope constructs.Construct, id *string, config *MonitorAlertPrometheusRuleGroupConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group azurerm_monitor_alert_prometheus_rule_group} Resource.
Types ¶
type MonitorAlertPrometheusRuleGroup ¶
type MonitorAlertPrometheusRuleGroup interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack ClusterName() *string SetClusterName(val *string) ClusterNameInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Interval() *string SetInterval(val *string) IntervalInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *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{}) // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string Rule() MonitorAlertPrometheusRuleGroupRuleList RuleGroupEnabled() interface{} SetRuleGroupEnabled(val interface{}) RuleGroupEnabledInput() interface{} RuleInput() interface{} Scopes() *[]*string SetScopes(val *[]*string) ScopesInput() *[]*string Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() MonitorAlertPrometheusRuleGroupTimeoutsOutputReference 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) PutRule(value interface{}) PutTimeouts(value *MonitorAlertPrometheusRuleGroupTimeouts) ResetClusterName() ResetDescription() ResetId() ResetInterval() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRuleGroupEnabled() ResetTags() 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://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group azurerm_monitor_alert_prometheus_rule_group}.
func NewMonitorAlertPrometheusRuleGroup ¶
func NewMonitorAlertPrometheusRuleGroup(scope constructs.Construct, id *string, config *MonitorAlertPrometheusRuleGroupConfig) MonitorAlertPrometheusRuleGroup
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group azurerm_monitor_alert_prometheus_rule_group} Resource.
type MonitorAlertPrometheusRuleGroupConfig ¶
type MonitorAlertPrometheusRuleGroupConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `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://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#location MonitorAlertPrometheusRuleGroup#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#name MonitorAlertPrometheusRuleGroup#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#resource_group_name MonitorAlertPrometheusRuleGroup#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // rule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#rule MonitorAlertPrometheusRuleGroup#rule} Rule interface{} `field:"required" json:"rule" yaml:"rule"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#scopes MonitorAlertPrometheusRuleGroup#scopes}. Scopes *[]*string `field:"required" json:"scopes" yaml:"scopes"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#cluster_name MonitorAlertPrometheusRuleGroup#cluster_name}. ClusterName *string `field:"optional" json:"clusterName" yaml:"clusterName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#description MonitorAlertPrometheusRuleGroup#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#id MonitorAlertPrometheusRuleGroup#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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#interval MonitorAlertPrometheusRuleGroup#interval}. Interval *string `field:"optional" json:"interval" yaml:"interval"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#rule_group_enabled MonitorAlertPrometheusRuleGroup#rule_group_enabled}. RuleGroupEnabled interface{} `field:"optional" json:"ruleGroupEnabled" yaml:"ruleGroupEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#tags MonitorAlertPrometheusRuleGroup#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#timeouts MonitorAlertPrometheusRuleGroup#timeouts} Timeouts *MonitorAlertPrometheusRuleGroupTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type MonitorAlertPrometheusRuleGroupRule ¶
type MonitorAlertPrometheusRuleGroupRule struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#expression MonitorAlertPrometheusRuleGroup#expression}. Expression *string `field:"required" json:"expression" yaml:"expression"` // action block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#action MonitorAlertPrometheusRuleGroup#action} Action interface{} `field:"optional" json:"action" yaml:"action"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#alert MonitorAlertPrometheusRuleGroup#alert}. Alert *string `field:"optional" json:"alert" yaml:"alert"` // alert_resolution block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#alert_resolution MonitorAlertPrometheusRuleGroup#alert_resolution} AlertResolution *MonitorAlertPrometheusRuleGroupRuleAlertResolution `field:"optional" json:"alertResolution" yaml:"alertResolution"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#annotations MonitorAlertPrometheusRuleGroup#annotations}. Annotations *map[string]*string `field:"optional" json:"annotations" yaml:"annotations"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#enabled MonitorAlertPrometheusRuleGroup#enabled}. Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#for MonitorAlertPrometheusRuleGroup#for}. For *string `field:"optional" json:"for" yaml:"for"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#labels MonitorAlertPrometheusRuleGroup#labels}. Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#record MonitorAlertPrometheusRuleGroup#record}. Record *string `field:"optional" json:"record" yaml:"record"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#severity MonitorAlertPrometheusRuleGroup#severity}. Severity *float64 `field:"optional" json:"severity" yaml:"severity"` }
type MonitorAlertPrometheusRuleGroupRuleAction ¶
type MonitorAlertPrometheusRuleGroupRuleAction struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#action_group_id MonitorAlertPrometheusRuleGroup#action_group_id}. ActionGroupId *string `field:"required" json:"actionGroupId" yaml:"actionGroupId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#action_properties MonitorAlertPrometheusRuleGroup#action_properties}. ActionProperties *map[string]*string `field:"optional" json:"actionProperties" yaml:"actionProperties"` }
type MonitorAlertPrometheusRuleGroupRuleActionList ¶
type MonitorAlertPrometheusRuleGroupRuleActionList 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) MonitorAlertPrometheusRuleGroupRuleActionOutputReference // 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 NewMonitorAlertPrometheusRuleGroupRuleActionList ¶
func NewMonitorAlertPrometheusRuleGroupRuleActionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MonitorAlertPrometheusRuleGroupRuleActionList
type MonitorAlertPrometheusRuleGroupRuleActionOutputReference ¶
type MonitorAlertPrometheusRuleGroupRuleActionOutputReference interface { cdktf.ComplexObject ActionGroupId() *string SetActionGroupId(val *string) ActionGroupIdInput() *string ActionProperties() *map[string]*string SetActionProperties(val *map[string]*string) ActionPropertiesInput() *map[string]*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 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 ResetActionProperties() // 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 NewMonitorAlertPrometheusRuleGroupRuleActionOutputReference ¶
func NewMonitorAlertPrometheusRuleGroupRuleActionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MonitorAlertPrometheusRuleGroupRuleActionOutputReference
type MonitorAlertPrometheusRuleGroupRuleAlertResolution ¶
type MonitorAlertPrometheusRuleGroupRuleAlertResolution struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#auto_resolved MonitorAlertPrometheusRuleGroup#auto_resolved}. AutoResolved interface{} `field:"optional" json:"autoResolved" yaml:"autoResolved"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#time_to_resolve MonitorAlertPrometheusRuleGroup#time_to_resolve}. TimeToResolve *string `field:"optional" json:"timeToResolve" yaml:"timeToResolve"` }
type MonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference ¶
type MonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference interface { cdktf.ComplexObject AutoResolved() interface{} SetAutoResolved(val interface{}) AutoResolvedInput() interface{} // 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 InternalValue() *MonitorAlertPrometheusRuleGroupRuleAlertResolution SetInternalValue(val *MonitorAlertPrometheusRuleGroupRuleAlertResolution) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TimeToResolve() *string SetTimeToResolve(val *string) TimeToResolveInput() *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 ResetAutoResolved() ResetTimeToResolve() // 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 NewMonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference ¶
func NewMonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference
type MonitorAlertPrometheusRuleGroupRuleList ¶
type MonitorAlertPrometheusRuleGroupRuleList 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) MonitorAlertPrometheusRuleGroupRuleOutputReference // 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 NewMonitorAlertPrometheusRuleGroupRuleList ¶
func NewMonitorAlertPrometheusRuleGroupRuleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) MonitorAlertPrometheusRuleGroupRuleList
type MonitorAlertPrometheusRuleGroupRuleOutputReference ¶
type MonitorAlertPrometheusRuleGroupRuleOutputReference interface { cdktf.ComplexObject Action() MonitorAlertPrometheusRuleGroupRuleActionList ActionInput() interface{} Alert() *string SetAlert(val *string) AlertInput() *string AlertResolution() MonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference AlertResolutionInput() *MonitorAlertPrometheusRuleGroupRuleAlertResolution Annotations() *map[string]*string SetAnnotations(val *map[string]*string) AnnotationsInput() *map[string]*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{} Expression() *string SetExpression(val *string) ExpressionInput() *string For() *string SetFor(val *string) ForInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string Record() *string SetRecord(val *string) RecordInput() *string Severity() *float64 SetSeverity(val *float64) SeverityInput() *float64 // 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 PutAction(value interface{}) PutAlertResolution(value *MonitorAlertPrometheusRuleGroupRuleAlertResolution) ResetAction() ResetAlert() ResetAlertResolution() ResetAnnotations() ResetEnabled() ResetFor() ResetLabels() ResetRecord() ResetSeverity() // 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 NewMonitorAlertPrometheusRuleGroupRuleOutputReference ¶
func NewMonitorAlertPrometheusRuleGroupRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) MonitorAlertPrometheusRuleGroupRuleOutputReference
type MonitorAlertPrometheusRuleGroupTimeouts ¶
type MonitorAlertPrometheusRuleGroupTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#create MonitorAlertPrometheusRuleGroup#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#delete MonitorAlertPrometheusRuleGroup#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#read MonitorAlertPrometheusRuleGroup#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.61.0/docs/resources/monitor_alert_prometheus_rule_group#update MonitorAlertPrometheusRuleGroup#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type MonitorAlertPrometheusRuleGroupTimeoutsOutputReference ¶
type MonitorAlertPrometheusRuleGroupTimeoutsOutputReference 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 NewMonitorAlertPrometheusRuleGroupTimeoutsOutputReference ¶
func NewMonitorAlertPrometheusRuleGroupTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) MonitorAlertPrometheusRuleGroupTimeoutsOutputReference
Source Files ¶
- MonitorAlertPrometheusRuleGroup.go
- MonitorAlertPrometheusRuleGroupConfig.go
- MonitorAlertPrometheusRuleGroupRule.go
- MonitorAlertPrometheusRuleGroupRuleAction.go
- MonitorAlertPrometheusRuleGroupRuleActionList.go
- MonitorAlertPrometheusRuleGroupRuleActionList__checks.go
- MonitorAlertPrometheusRuleGroupRuleActionOutputReference.go
- MonitorAlertPrometheusRuleGroupRuleActionOutputReference__checks.go
- MonitorAlertPrometheusRuleGroupRuleAlertResolution.go
- MonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference.go
- MonitorAlertPrometheusRuleGroupRuleAlertResolutionOutputReference__checks.go
- MonitorAlertPrometheusRuleGroupRuleList.go
- MonitorAlertPrometheusRuleGroupRuleList__checks.go
- MonitorAlertPrometheusRuleGroupRuleOutputReference.go
- MonitorAlertPrometheusRuleGroupRuleOutputReference__checks.go
- MonitorAlertPrometheusRuleGroupTimeouts.go
- MonitorAlertPrometheusRuleGroupTimeoutsOutputReference.go
- MonitorAlertPrometheusRuleGroupTimeoutsOutputReference__checks.go
- MonitorAlertPrometheusRuleGroup__checks.go
- main.go