Documentation ¶
Index ¶
- func NewServiceLevelEventsBadEventsOutputReference_Override(s ServiceLevelEventsBadEventsOutputReference, ...)
- func NewServiceLevelEventsBadEventsSelectOutputReference_Override(s ServiceLevelEventsBadEventsSelectOutputReference, ...)
- func NewServiceLevelEventsGoodEventsOutputReference_Override(s ServiceLevelEventsGoodEventsOutputReference, ...)
- func NewServiceLevelEventsGoodEventsSelectOutputReference_Override(s ServiceLevelEventsGoodEventsSelectOutputReference, ...)
- func NewServiceLevelEventsOutputReference_Override(s ServiceLevelEventsOutputReference, ...)
- func NewServiceLevelEventsValidEventsOutputReference_Override(s ServiceLevelEventsValidEventsOutputReference, ...)
- func NewServiceLevelEventsValidEventsSelectOutputReference_Override(s ServiceLevelEventsValidEventsSelectOutputReference, ...)
- func NewServiceLevelObjectiveOutputReference_Override(s ServiceLevelObjectiveOutputReference, ...)
- func NewServiceLevelObjectiveTimeWindowOutputReference_Override(s ServiceLevelObjectiveTimeWindowOutputReference, ...)
- func NewServiceLevelObjectiveTimeWindowRollingOutputReference_Override(s ServiceLevelObjectiveTimeWindowRollingOutputReference, ...)
- func NewServiceLevel_Override(s ServiceLevel, scope constructs.Construct, id *string, ...)
- func ServiceLevel_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ServiceLevel_IsConstruct(x interface{}) *bool
- func ServiceLevel_IsTerraformElement(x interface{}) *bool
- func ServiceLevel_IsTerraformResource(x interface{}) *bool
- func ServiceLevel_TfResourceType() *string
- type ServiceLevel
- type ServiceLevelConfig
- type ServiceLevelEvents
- type ServiceLevelEventsBadEvents
- type ServiceLevelEventsBadEventsOutputReference
- type ServiceLevelEventsBadEventsSelect
- type ServiceLevelEventsBadEventsSelectOutputReference
- type ServiceLevelEventsGoodEvents
- type ServiceLevelEventsGoodEventsOutputReference
- type ServiceLevelEventsGoodEventsSelect
- type ServiceLevelEventsGoodEventsSelectOutputReference
- type ServiceLevelEventsOutputReference
- type ServiceLevelEventsValidEvents
- type ServiceLevelEventsValidEventsOutputReference
- type ServiceLevelEventsValidEventsSelect
- type ServiceLevelEventsValidEventsSelectOutputReference
- type ServiceLevelObjective
- type ServiceLevelObjectiveOutputReference
- type ServiceLevelObjectiveTimeWindow
- type ServiceLevelObjectiveTimeWindowOutputReference
- type ServiceLevelObjectiveTimeWindowRolling
- type ServiceLevelObjectiveTimeWindowRollingOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServiceLevelEventsBadEventsOutputReference_Override ¶
func NewServiceLevelEventsBadEventsOutputReference_Override(s ServiceLevelEventsBadEventsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewServiceLevelEventsBadEventsSelectOutputReference_Override ¶
func NewServiceLevelEventsBadEventsSelectOutputReference_Override(s ServiceLevelEventsBadEventsSelectOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewServiceLevelEventsGoodEventsOutputReference_Override ¶
func NewServiceLevelEventsGoodEventsOutputReference_Override(s ServiceLevelEventsGoodEventsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewServiceLevelEventsGoodEventsSelectOutputReference_Override ¶
func NewServiceLevelEventsGoodEventsSelectOutputReference_Override(s ServiceLevelEventsGoodEventsSelectOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewServiceLevelEventsOutputReference_Override ¶
func NewServiceLevelEventsOutputReference_Override(s ServiceLevelEventsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewServiceLevelEventsValidEventsOutputReference_Override ¶
func NewServiceLevelEventsValidEventsOutputReference_Override(s ServiceLevelEventsValidEventsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewServiceLevelEventsValidEventsSelectOutputReference_Override ¶
func NewServiceLevelEventsValidEventsSelectOutputReference_Override(s ServiceLevelEventsValidEventsSelectOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewServiceLevelObjectiveOutputReference_Override ¶
func NewServiceLevelObjectiveOutputReference_Override(s ServiceLevelObjectiveOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewServiceLevelObjectiveTimeWindowOutputReference_Override ¶
func NewServiceLevelObjectiveTimeWindowOutputReference_Override(s ServiceLevelObjectiveTimeWindowOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewServiceLevelObjectiveTimeWindowRollingOutputReference_Override ¶
func NewServiceLevelObjectiveTimeWindowRollingOutputReference_Override(s ServiceLevelObjectiveTimeWindowRollingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewServiceLevel_Override ¶
func NewServiceLevel_Override(s ServiceLevel, scope constructs.Construct, id *string, config *ServiceLevelConfig)
Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level newrelic_service_level} Resource.
func ServiceLevel_GenerateConfigForImport ¶
func ServiceLevel_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ServiceLevel resource upon running "cdktf plan <stack-name>".
func ServiceLevel_IsConstruct ¶
func ServiceLevel_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 ServiceLevel_IsTerraformElement ¶
func ServiceLevel_IsTerraformElement(x interface{}) *bool
Experimental.
func ServiceLevel_IsTerraformResource ¶
func ServiceLevel_IsTerraformResource(x interface{}) *bool
Experimental.
func ServiceLevel_TfResourceType ¶
func ServiceLevel_TfResourceType() *string
Types ¶
type ServiceLevel ¶
type ServiceLevel interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // 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 Events() ServiceLevelEventsOutputReference EventsInput() *ServiceLevelEvents // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Guid() *string SetGuid(val *string) GuidInput() *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 Objective() ServiceLevelObjectiveOutputReference ObjectiveInput() *ServiceLevelObjective // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} SliGuid() *string SliId() *string // 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) PutEvents(value *ServiceLevelEvents) PutObjective(value *ServiceLevelObjective) ResetDescription() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() 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/service_level newrelic_service_level}.
func NewServiceLevel ¶
func NewServiceLevel(scope constructs.Construct, id *string, config *ServiceLevelConfig) ServiceLevel
Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level newrelic_service_level} Resource.
type ServiceLevelConfig ¶
type ServiceLevelConfig 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"` // events block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#events ServiceLevel#events} Events *ServiceLevelEvents `field:"required" json:"events" yaml:"events"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#guid ServiceLevel#guid}. Guid *string `field:"required" json:"guid" yaml:"guid"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#name ServiceLevel#name}. Name *string `field:"required" json:"name" yaml:"name"` // objective block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#objective ServiceLevel#objective} Objective *ServiceLevelObjective `field:"required" json:"objective" yaml:"objective"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#description ServiceLevel#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/service_level#id ServiceLevel#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"` }
type ServiceLevelEvents ¶
type ServiceLevelEvents struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#account_id ServiceLevel#account_id}. AccountId *float64 `field:"required" json:"accountId" yaml:"accountId"` // valid_events block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#valid_events ServiceLevel#valid_events} ValidEvents *ServiceLevelEventsValidEvents `field:"required" json:"validEvents" yaml:"validEvents"` // bad_events block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#bad_events ServiceLevel#bad_events} BadEvents *ServiceLevelEventsBadEvents `field:"optional" json:"badEvents" yaml:"badEvents"` // good_events block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#good_events ServiceLevel#good_events} GoodEvents *ServiceLevelEventsGoodEvents `field:"optional" json:"goodEvents" yaml:"goodEvents"` }
type ServiceLevelEventsBadEvents ¶
type ServiceLevelEventsBadEvents struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#from ServiceLevel#from}. From *string `field:"required" json:"from" yaml:"from"` // select block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#select ServiceLevel#select} Select *ServiceLevelEventsBadEventsSelect `field:"optional" json:"select" yaml:"select"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#where ServiceLevel#where}. Where *string `field:"optional" json:"where" yaml:"where"` }
type ServiceLevelEventsBadEventsOutputReference ¶
type ServiceLevelEventsBadEventsOutputReference 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 // Experimental. Fqn() *string From() *string SetFrom(val *string) FromInput() *string InternalValue() *ServiceLevelEventsBadEvents SetInternalValue(val *ServiceLevelEventsBadEvents) Select() ServiceLevelEventsBadEventsSelectOutputReference SelectInput() *ServiceLevelEventsBadEventsSelect // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Where() *string SetWhere(val *string) WhereInput() *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 PutSelect(value *ServiceLevelEventsBadEventsSelect) ResetSelect() ResetWhere() // 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 NewServiceLevelEventsBadEventsOutputReference ¶
func NewServiceLevelEventsBadEventsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsBadEventsOutputReference
type ServiceLevelEventsBadEventsSelect ¶
type ServiceLevelEventsBadEventsSelect struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#function ServiceLevel#function}. Function *string `field:"required" json:"function" yaml:"function"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#attribute ServiceLevel#attribute}. Attribute *string `field:"optional" json:"attribute" yaml:"attribute"` // The event threshold to use in the SELECT clause. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#threshold ServiceLevel#threshold} Threshold *float64 `field:"optional" json:"threshold" yaml:"threshold"` }
type ServiceLevelEventsBadEventsSelectOutputReference ¶
type ServiceLevelEventsBadEventsSelectOutputReference 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 Function() *string SetFunction(val *string) FunctionInput() *string InternalValue() *ServiceLevelEventsBadEventsSelect SetInternalValue(val *ServiceLevelEventsBadEventsSelect) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Threshold() *float64 SetThreshold(val *float64) ThresholdInput() *float64 // 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 ResetAttribute() ResetThreshold() // 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 NewServiceLevelEventsBadEventsSelectOutputReference ¶
func NewServiceLevelEventsBadEventsSelectOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsBadEventsSelectOutputReference
type ServiceLevelEventsGoodEvents ¶
type ServiceLevelEventsGoodEvents struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#from ServiceLevel#from}. From *string `field:"required" json:"from" yaml:"from"` // select block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#select ServiceLevel#select} Select *ServiceLevelEventsGoodEventsSelect `field:"optional" json:"select" yaml:"select"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#where ServiceLevel#where}. Where *string `field:"optional" json:"where" yaml:"where"` }
type ServiceLevelEventsGoodEventsOutputReference ¶
type ServiceLevelEventsGoodEventsOutputReference 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 // Experimental. Fqn() *string From() *string SetFrom(val *string) FromInput() *string InternalValue() *ServiceLevelEventsGoodEvents SetInternalValue(val *ServiceLevelEventsGoodEvents) Select() ServiceLevelEventsGoodEventsSelectOutputReference SelectInput() *ServiceLevelEventsGoodEventsSelect // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Where() *string SetWhere(val *string) WhereInput() *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 PutSelect(value *ServiceLevelEventsGoodEventsSelect) ResetSelect() ResetWhere() // 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 NewServiceLevelEventsGoodEventsOutputReference ¶
func NewServiceLevelEventsGoodEventsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsGoodEventsOutputReference
type ServiceLevelEventsGoodEventsSelect ¶
type ServiceLevelEventsGoodEventsSelect struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#function ServiceLevel#function}. Function *string `field:"required" json:"function" yaml:"function"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#attribute ServiceLevel#attribute}. Attribute *string `field:"optional" json:"attribute" yaml:"attribute"` // The event threshold to use in the SELECT clause. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#threshold ServiceLevel#threshold} Threshold *float64 `field:"optional" json:"threshold" yaml:"threshold"` }
type ServiceLevelEventsGoodEventsSelectOutputReference ¶
type ServiceLevelEventsGoodEventsSelectOutputReference 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 Function() *string SetFunction(val *string) FunctionInput() *string InternalValue() *ServiceLevelEventsGoodEventsSelect SetInternalValue(val *ServiceLevelEventsGoodEventsSelect) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Threshold() *float64 SetThreshold(val *float64) ThresholdInput() *float64 // 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 ResetAttribute() ResetThreshold() // 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 NewServiceLevelEventsGoodEventsSelectOutputReference ¶
func NewServiceLevelEventsGoodEventsSelectOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsGoodEventsSelectOutputReference
type ServiceLevelEventsOutputReference ¶
type ServiceLevelEventsOutputReference interface { cdktf.ComplexObject AccountId() *float64 SetAccountId(val *float64) AccountIdInput() *float64 BadEvents() ServiceLevelEventsBadEventsOutputReference BadEventsInput() *ServiceLevelEventsBadEvents // 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 GoodEvents() ServiceLevelEventsGoodEventsOutputReference GoodEventsInput() *ServiceLevelEventsGoodEvents InternalValue() *ServiceLevelEvents SetInternalValue(val *ServiceLevelEvents) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) ValidEvents() ServiceLevelEventsValidEventsOutputReference ValidEventsInput() *ServiceLevelEventsValidEvents // 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 PutBadEvents(value *ServiceLevelEventsBadEvents) PutGoodEvents(value *ServiceLevelEventsGoodEvents) PutValidEvents(value *ServiceLevelEventsValidEvents) ResetBadEvents() ResetGoodEvents() // 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 NewServiceLevelEventsOutputReference ¶
func NewServiceLevelEventsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsOutputReference
type ServiceLevelEventsValidEvents ¶
type ServiceLevelEventsValidEvents struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#from ServiceLevel#from}. From *string `field:"required" json:"from" yaml:"from"` // select block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#select ServiceLevel#select} Select *ServiceLevelEventsValidEventsSelect `field:"optional" json:"select" yaml:"select"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#where ServiceLevel#where}. Where *string `field:"optional" json:"where" yaml:"where"` }
type ServiceLevelEventsValidEventsOutputReference ¶
type ServiceLevelEventsValidEventsOutputReference 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 // Experimental. Fqn() *string From() *string SetFrom(val *string) FromInput() *string InternalValue() *ServiceLevelEventsValidEvents SetInternalValue(val *ServiceLevelEventsValidEvents) Select() ServiceLevelEventsValidEventsSelectOutputReference SelectInput() *ServiceLevelEventsValidEventsSelect // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Where() *string SetWhere(val *string) WhereInput() *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 PutSelect(value *ServiceLevelEventsValidEventsSelect) ResetSelect() ResetWhere() // 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 NewServiceLevelEventsValidEventsOutputReference ¶
func NewServiceLevelEventsValidEventsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsValidEventsOutputReference
type ServiceLevelEventsValidEventsSelect ¶
type ServiceLevelEventsValidEventsSelect struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#function ServiceLevel#function}. Function *string `field:"required" json:"function" yaml:"function"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#attribute ServiceLevel#attribute}. Attribute *string `field:"optional" json:"attribute" yaml:"attribute"` // The event threshold to use in the SELECT clause. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#threshold ServiceLevel#threshold} Threshold *float64 `field:"optional" json:"threshold" yaml:"threshold"` }
type ServiceLevelEventsValidEventsSelectOutputReference ¶
type ServiceLevelEventsValidEventsSelectOutputReference 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 Function() *string SetFunction(val *string) FunctionInput() *string InternalValue() *ServiceLevelEventsValidEventsSelect SetInternalValue(val *ServiceLevelEventsValidEventsSelect) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Threshold() *float64 SetThreshold(val *float64) ThresholdInput() *float64 // 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 ResetAttribute() ResetThreshold() // 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 NewServiceLevelEventsValidEventsSelectOutputReference ¶
func NewServiceLevelEventsValidEventsSelectOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ServiceLevelEventsValidEventsSelectOutputReference
type ServiceLevelObjective ¶
type ServiceLevelObjective struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#target ServiceLevel#target}. Target *float64 `field:"required" json:"target" yaml:"target"` // time_window block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#time_window ServiceLevel#time_window} TimeWindow *ServiceLevelObjectiveTimeWindow `field:"required" json:"timeWindow" yaml:"timeWindow"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#description ServiceLevel#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/service_level#name ServiceLevel#name}. Name *string `field:"optional" json:"name" yaml:"name"` }
type ServiceLevelObjectiveOutputReference ¶
type ServiceLevelObjectiveOutputReference 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 Description() *string SetDescription(val *string) DescriptionInput() *string // Experimental. Fqn() *string InternalValue() *ServiceLevelObjective SetInternalValue(val *ServiceLevelObjective) Name() *string SetName(val *string) NameInput() *string Target() *float64 SetTarget(val *float64) TargetInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TimeWindow() ServiceLevelObjectiveTimeWindowOutputReference TimeWindowInput() *ServiceLevelObjectiveTimeWindow // 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 PutTimeWindow(value *ServiceLevelObjectiveTimeWindow) ResetDescription() ResetName() // 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 NewServiceLevelObjectiveOutputReference ¶
func NewServiceLevelObjectiveOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ServiceLevelObjectiveOutputReference
type ServiceLevelObjectiveTimeWindow ¶
type ServiceLevelObjectiveTimeWindow struct { // rolling block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#rolling ServiceLevel#rolling} Rolling *ServiceLevelObjectiveTimeWindowRolling `field:"required" json:"rolling" yaml:"rolling"` }
type ServiceLevelObjectiveTimeWindowOutputReference ¶
type ServiceLevelObjectiveTimeWindowOutputReference 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 // Experimental. Fqn() *string InternalValue() *ServiceLevelObjectiveTimeWindow SetInternalValue(val *ServiceLevelObjectiveTimeWindow) Rolling() ServiceLevelObjectiveTimeWindowRollingOutputReference RollingInput() *ServiceLevelObjectiveTimeWindowRolling // 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 PutRolling(value *ServiceLevelObjectiveTimeWindowRolling) // 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 NewServiceLevelObjectiveTimeWindowOutputReference ¶
func NewServiceLevelObjectiveTimeWindowOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ServiceLevelObjectiveTimeWindowOutputReference
type ServiceLevelObjectiveTimeWindowRolling ¶
type ServiceLevelObjectiveTimeWindowRolling struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#count ServiceLevel#count}. Count *float64 `field:"required" json:"count" yaml:"count"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.28.1/docs/resources/service_level#unit ServiceLevel#unit}. Unit *string `field:"required" json:"unit" yaml:"unit"` }
type ServiceLevelObjectiveTimeWindowRollingOutputReference ¶
type ServiceLevelObjectiveTimeWindowRollingOutputReference 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) Count() *float64 SetCount(val *float64) CountInput() *float64 // 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() *ServiceLevelObjectiveTimeWindowRolling SetInternalValue(val *ServiceLevelObjectiveTimeWindowRolling) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Unit() *string SetUnit(val *string) UnitInput() *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 NewServiceLevelObjectiveTimeWindowRollingOutputReference ¶
func NewServiceLevelObjectiveTimeWindowRollingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ServiceLevelObjectiveTimeWindowRollingOutputReference
Source Files ¶
- ServiceLevel.go
- ServiceLevelConfig.go
- ServiceLevelEvents.go
- ServiceLevelEventsBadEvents.go
- ServiceLevelEventsBadEventsOutputReference.go
- ServiceLevelEventsBadEventsOutputReference__checks.go
- ServiceLevelEventsBadEventsSelect.go
- ServiceLevelEventsBadEventsSelectOutputReference.go
- ServiceLevelEventsBadEventsSelectOutputReference__checks.go
- ServiceLevelEventsGoodEvents.go
- ServiceLevelEventsGoodEventsOutputReference.go
- ServiceLevelEventsGoodEventsOutputReference__checks.go
- ServiceLevelEventsGoodEventsSelect.go
- ServiceLevelEventsGoodEventsSelectOutputReference.go
- ServiceLevelEventsGoodEventsSelectOutputReference__checks.go
- ServiceLevelEventsOutputReference.go
- ServiceLevelEventsOutputReference__checks.go
- ServiceLevelEventsValidEvents.go
- ServiceLevelEventsValidEventsOutputReference.go
- ServiceLevelEventsValidEventsOutputReference__checks.go
- ServiceLevelEventsValidEventsSelect.go
- ServiceLevelEventsValidEventsSelectOutputReference.go
- ServiceLevelEventsValidEventsSelectOutputReference__checks.go
- ServiceLevelObjective.go
- ServiceLevelObjectiveOutputReference.go
- ServiceLevelObjectiveOutputReference__checks.go
- ServiceLevelObjectiveTimeWindow.go
- ServiceLevelObjectiveTimeWindowOutputReference.go
- ServiceLevelObjectiveTimeWindowOutputReference__checks.go
- ServiceLevelObjectiveTimeWindowRolling.go
- ServiceLevelObjectiveTimeWindowRollingOutputReference.go
- ServiceLevelObjectiveTimeWindowRollingOutputReference__checks.go
- ServiceLevel__checks.go
- main.go