Documentation ¶
Index ¶
- func AlertMutingRule_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func AlertMutingRule_IsConstruct(x interface{}) *bool
- func AlertMutingRule_IsTerraformElement(x interface{}) *bool
- func AlertMutingRule_IsTerraformResource(x interface{}) *bool
- func AlertMutingRule_TfResourceType() *string
- func NewAlertMutingRuleConditionConditionsList_Override(a AlertMutingRuleConditionConditionsList, ...)
- func NewAlertMutingRuleConditionConditionsOutputReference_Override(a AlertMutingRuleConditionConditionsOutputReference, ...)
- func NewAlertMutingRuleConditionOutputReference_Override(a AlertMutingRuleConditionOutputReference, ...)
- func NewAlertMutingRuleScheduleOutputReference_Override(a AlertMutingRuleScheduleOutputReference, ...)
- func NewAlertMutingRule_Override(a AlertMutingRule, scope constructs.Construct, id *string, ...)
- type AlertMutingRule
- type AlertMutingRuleCondition
- type AlertMutingRuleConditionConditions
- type AlertMutingRuleConditionConditionsList
- type AlertMutingRuleConditionConditionsOutputReference
- type AlertMutingRuleConditionOutputReference
- type AlertMutingRuleConfig
- type AlertMutingRuleSchedule
- type AlertMutingRuleScheduleOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlertMutingRule_GenerateConfigForImport ¶
func AlertMutingRule_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a AlertMutingRule resource upon running "cdktf plan <stack-name>".
func AlertMutingRule_IsConstruct ¶
func AlertMutingRule_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 AlertMutingRule_IsTerraformElement ¶
func AlertMutingRule_IsTerraformElement(x interface{}) *bool
Experimental.
func AlertMutingRule_IsTerraformResource ¶
func AlertMutingRule_IsTerraformResource(x interface{}) *bool
Experimental.
func AlertMutingRule_TfResourceType ¶
func AlertMutingRule_TfResourceType() *string
func NewAlertMutingRuleConditionConditionsList_Override ¶
func NewAlertMutingRuleConditionConditionsList_Override(a AlertMutingRuleConditionConditionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewAlertMutingRuleConditionConditionsOutputReference_Override ¶
func NewAlertMutingRuleConditionConditionsOutputReference_Override(a AlertMutingRuleConditionConditionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewAlertMutingRuleConditionOutputReference_Override ¶
func NewAlertMutingRuleConditionOutputReference_Override(a AlertMutingRuleConditionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAlertMutingRuleScheduleOutputReference_Override ¶
func NewAlertMutingRuleScheduleOutputReference_Override(a AlertMutingRuleScheduleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAlertMutingRule_Override ¶
func NewAlertMutingRule_Override(a AlertMutingRule, scope constructs.Construct, id *string, config *AlertMutingRuleConfig)
Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule newrelic_alert_muting_rule} Resource.
Types ¶
type AlertMutingRule ¶
type AlertMutingRule interface { cdktf.TerraformResource AccountId() *float64 SetAccountId(val *float64) AccountIdInput() *float64 // Experimental. CdktfStack() cdktf.TerraformStack Condition() AlertMutingRuleConditionOutputReference ConditionInput() *AlertMutingRuleCondition // 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) 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{} Schedule() AlertMutingRuleScheduleOutputReference ScheduleInput() *AlertMutingRuleSchedule // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // 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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutCondition(value *AlertMutingRuleCondition) PutSchedule(value *AlertMutingRuleSchedule) ResetAccountId() ResetDescription() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetSchedule() 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/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule newrelic_alert_muting_rule}.
func NewAlertMutingRule ¶
func NewAlertMutingRule(scope constructs.Construct, id *string, config *AlertMutingRuleConfig) AlertMutingRule
Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule newrelic_alert_muting_rule} Resource.
type AlertMutingRuleCondition ¶
type AlertMutingRuleCondition struct { // conditions block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions} Conditions interface{} `field:"required" json:"conditions" yaml:"conditions"` // The operator used to combine all the MutingRuleConditions within the group. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} Operator *string `field:"required" json:"operator" yaml:"operator"` }
type AlertMutingRuleConditionConditions ¶
type AlertMutingRuleConditionConditions struct { // The attribute on an incident. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute} Attribute *string `field:"required" json:"attribute" yaml:"attribute"` // The operator used to compare the attribute's value with the supplied value(s). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#operator AlertMutingRule#operator} Operator *string `field:"required" json:"operator" yaml:"operator"` // The value(s) to compare against the attribute's value. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#values AlertMutingRule#values} Values *[]*string `field:"required" json:"values" yaml:"values"` }
type AlertMutingRuleConditionConditionsList ¶
type AlertMutingRuleConditionConditionsList 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) AlertMutingRuleConditionConditionsOutputReference // 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 NewAlertMutingRuleConditionConditionsList ¶
func NewAlertMutingRuleConditionConditionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) AlertMutingRuleConditionConditionsList
type AlertMutingRuleConditionConditionsOutputReference ¶
type AlertMutingRuleConditionConditionsOutputReference interface { cdktf.ComplexObject Attribute() *string SetAttribute(val *string) AttributeInput() *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{}) Operator() *string SetOperator(val *string) OperatorInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Values() *[]*string SetValues(val *[]*string) ValuesInput() *[]*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 // 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 NewAlertMutingRuleConditionConditionsOutputReference ¶
func NewAlertMutingRuleConditionConditionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) AlertMutingRuleConditionConditionsOutputReference
type AlertMutingRuleConditionOutputReference ¶
type AlertMutingRuleConditionOutputReference 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) Conditions() AlertMutingRuleConditionConditionsList ConditionsInput() 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 InternalValue() *AlertMutingRuleCondition SetInternalValue(val *AlertMutingRuleCondition) Operator() *string SetOperator(val *string) OperatorInput() *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 PutConditions(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 NewAlertMutingRuleConditionOutputReference ¶
func NewAlertMutingRuleConditionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AlertMutingRuleConditionOutputReference
type AlertMutingRuleConfig ¶
type AlertMutingRuleConfig 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"` // condition block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#condition AlertMutingRule#condition} Condition *AlertMutingRuleCondition `field:"required" json:"condition" yaml:"condition"` // Whether the MutingRule is enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled} Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"` // The name of the MutingRule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#name AlertMutingRule#name} Name *string `field:"required" json:"name" yaml:"name"` // The account id of the MutingRule.. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id} AccountId *float64 `field:"optional" json:"accountId" yaml:"accountId"` // The description of the MutingRule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#description AlertMutingRule#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#id AlertMutingRule#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"` // schedule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule} Schedule *AlertMutingRuleSchedule `field:"optional" json:"schedule" yaml:"schedule"` }
type AlertMutingRuleSchedule ¶
type AlertMutingRuleSchedule struct { // The time zone that applies to the MutingRule schedule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone} TimeZone *string `field:"required" json:"timeZone" yaml:"timeZone"` // The datetime stamp when the MutingRule schedule should stop repeating. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat} EndRepeat *string `field:"optional" json:"endRepeat" yaml:"endRepeat"` // The datetime stamp representing when the MutingRule should end. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time} EndTime *string `field:"optional" json:"endTime" yaml:"endTime"` // The frequency the MutingRule schedule repeats. One of [DAILY, WEEKLY, MONTHLY]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat} Repeat *string `field:"optional" json:"repeat" yaml:"repeat"` // The number of times the MutingRule schedule should repeat. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count} RepeatCount *float64 `field:"optional" json:"repeatCount" yaml:"repeatCount"` // The datetime stamp representing when the MutingRule should start. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time} StartTime *string `field:"optional" json:"startTime" yaml:"startTime"` // The day(s) of the week that a MutingRule should repeat when the repeat field is set to WEEKLY. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days} WeeklyRepeatDays *[]*string `field:"optional" json:"weeklyRepeatDays" yaml:"weeklyRepeatDays"` }
type AlertMutingRuleScheduleOutputReference ¶
type AlertMutingRuleScheduleOutputReference 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 EndRepeat() *string SetEndRepeat(val *string) EndRepeatInput() *string EndTime() *string SetEndTime(val *string) EndTimeInput() *string // Experimental. Fqn() *string InternalValue() *AlertMutingRuleSchedule SetInternalValue(val *AlertMutingRuleSchedule) Repeat() *string SetRepeat(val *string) RepeatCount() *float64 SetRepeatCount(val *float64) RepeatCountInput() *float64 RepeatInput() *string StartTime() *string SetStartTime(val *string) StartTimeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TimeZone() *string SetTimeZone(val *string) TimeZoneInput() *string WeeklyRepeatDays() *[]*string SetWeeklyRepeatDays(val *[]*string) WeeklyRepeatDaysInput() *[]*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 ResetEndRepeat() ResetEndTime() ResetRepeat() ResetRepeatCount() ResetStartTime() ResetWeeklyRepeatDays() // 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 NewAlertMutingRuleScheduleOutputReference ¶
func NewAlertMutingRuleScheduleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AlertMutingRuleScheduleOutputReference
Source Files ¶
- AlertMutingRule.go
- AlertMutingRuleCondition.go
- AlertMutingRuleConditionConditions.go
- AlertMutingRuleConditionConditionsList.go
- AlertMutingRuleConditionConditionsList__checks.go
- AlertMutingRuleConditionConditionsOutputReference.go
- AlertMutingRuleConditionConditionsOutputReference__checks.go
- AlertMutingRuleConditionOutputReference.go
- AlertMutingRuleConditionOutputReference__checks.go
- AlertMutingRuleConfig.go
- AlertMutingRuleSchedule.go
- AlertMutingRuleScheduleOutputReference.go
- AlertMutingRuleScheduleOutputReference__checks.go
- AlertMutingRule__checks.go
- main.go